Searched refs:get_dispatchers (Results 1 – 13 of 13) sorted by relevance
2 use crate::topstack::get_dispatchers;158 if get_dispatchers().lock().unwrap().set::<AvrcpCb>(Arc::new(Mutex::new(callbacks))) { in initialize()269 if get_dispatchers().lock().unwrap().set::<AvrcpCtCb>(Arc::new(Mutex::new(callbacks))) { in initialize()
2 use crate::topstack::get_dispatchers;165 if get_dispatchers().lock().unwrap().set::<CsisClientCb>(Arc::new(Mutex::new(callbacks))) { in initialize()
5 use crate::topstack::get_dispatchers;137 if get_dispatchers().lock().unwrap().set::<BthfClientCb>(Arc::new(Mutex::new(callbacks))) { in initialize()
2 use crate::topstack::get_dispatchers;386 if get_dispatchers().lock().unwrap().set::<A2dpCb>(Arc::new(Mutex::new(callbacks))) { in initialize()504 if get_dispatchers().lock().unwrap().set::<A2dpSinkCb>(Arc::new(Mutex::new(callbacks))) { in initialize()
2 use crate::topstack::get_dispatchers;215 if get_dispatchers().lock().unwrap().set::<VolumeControlCb>(Arc::new(Mutex::new(callbacks))) in initialize()
8 use crate::topstack::get_dispatchers;1792 if get_dispatchers() in initialize()1800 if get_dispatchers() in initialize()1808 if get_dispatchers() in initialize()1816 if get_dispatchers().lock().unwrap().set::<GDScannerInbandCb>(Arc::new(Mutex::new( in initialize()1822 if get_dispatchers() in initialize()1830 if get_dispatchers() in initialize()
8 use crate::topstack::get_dispatchers;216 if get_dispatchers().lock().unwrap().set::<HHCb>(Arc::new(Mutex::new(callbacks))) { in initialize()
2 use crate::topstack::get_dispatchers;444 if get_dispatchers().lock().unwrap().set::<HfpCb>(Arc::new(Mutex::new(callbacks))) { in initialize()
2 use crate::topstack::get_dispatchers;604 if get_dispatchers().lock().unwrap().set::<LeAudioClientCb>(Arc::new(Mutex::new(callbacks))) in initialize()
13 use crate::topstack::get_dispatchers;460 if get_dispatchers().lock().unwrap().set::<SdpCb>(Arc::new(Mutex::new(callbacks))) { in initialize()
106 pub fn get_dispatchers() -> Arc<Mutex<DispatchContainer>> { in get_dispatchers() function
6 use crate::topstack::get_dispatchers;1224 if get_dispatchers().lock().unwrap().set::<BaseCb>(Arc::new(Mutex::new(callbacks))) { in initialize()
130 (get_dispatchers() in cb_variant()