Searched refs:get_hfp_dispatcher (Results 1 – 2 of 2) sorted by relevance
19 fn get_hfp_dispatcher( in get_hfp_dispatcher() function58 btif_hfp.lock().unwrap().initialize(get_hfp_dispatcher(btif_hfp.clone(), event_tx.clone())); in create()
3053 fn get_hfp_dispatcher(tx: Sender<Message>) -> HfpCallbacksDispatcher { in get_hfp_dispatcher() function3123 let hfp_dispatcher = get_hfp_dispatcher(self.tx.clone()); in initialize()