Home
last modified time | relevance | path

Searched defs:AvrcpCallbacksDispatcher (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Davrcp.rs82 pub struct AvrcpCallbacksDispatcher { struct
86 type AvrcpCb = Arc<Mutex<AvrcpCallbacksDispatcher>>; argument
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs3042 fn get_avrcp_dispatcher(tx: Sender<Message>) -> AvrcpCallbacksDispatcher { in get_avrcp_dispatcher()