Home
last modified time | relevance | path

Searched refs:get_hfp_dispatcher (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dhfp_service.rs19 fn get_hfp_dispatcher( in get_hfp_dispatcher() function
58 btif_hfp.lock().unwrap().initialize(get_hfp_dispatcher(btif_hfp.clone(), event_tx.clone())); in create()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs3053 fn get_hfp_dispatcher(tx: Sender<Message>) -> HfpCallbacksDispatcher { in get_hfp_dispatcher() function
3123 let hfp_dispatcher = get_hfp_dispatcher(self.tx.clone()); in initialize()