Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dhfp.rs109 pub struct HfpCallbacksDispatcher { struct
113 type HfpCb = Arc<Mutex<HfpCallbacksDispatcher>>; argument
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs439 fn get_hfp_dispatcher(tx: Sender<Message>) -> HfpCallbacksDispatcher { in get_hfp_dispatcher()