Home
last modified time | relevance | path

Searched refs:get_dispatchers (Results 1 – 13 of 13) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Davrcp.rs2 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()
Dcsis.rs2 use crate::topstack::get_dispatchers;
165 if get_dispatchers().lock().unwrap().set::<CsisClientCb>(Arc::new(Mutex::new(callbacks))) { in initialize()
Dhf_client.rs5 use crate::topstack::get_dispatchers;
137 if get_dispatchers().lock().unwrap().set::<BthfClientCb>(Arc::new(Mutex::new(callbacks))) { in initialize()
Da2dp.rs2 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()
Dvc.rs2 use crate::topstack::get_dispatchers;
215 if get_dispatchers().lock().unwrap().set::<VolumeControlCb>(Arc::new(Mutex::new(callbacks))) in initialize()
Dgatt.rs8 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()
Dhid_host.rs8 use crate::topstack::get_dispatchers;
216 if get_dispatchers().lock().unwrap().set::<HHCb>(Arc::new(Mutex::new(callbacks))) { in initialize()
Dhfp.rs2 use crate::topstack::get_dispatchers;
444 if get_dispatchers().lock().unwrap().set::<HfpCb>(Arc::new(Mutex::new(callbacks))) { in initialize()
Dle_audio.rs2 use crate::topstack::get_dispatchers;
604 if get_dispatchers().lock().unwrap().set::<LeAudioClientCb>(Arc::new(Mutex::new(callbacks))) in initialize()
Dsdp.rs13 use crate::topstack::get_dispatchers;
460 if get_dispatchers().lock().unwrap().set::<SdpCb>(Arc::new(Mutex::new(callbacks))) { in initialize()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dtopstack.rs106 pub fn get_dispatchers() -> Arc<Mutex<DispatchContainer>> { in get_dispatchers() function
Dbtif.rs6 use crate::topstack::get_dispatchers;
1224 if get_dispatchers().lock().unwrap().set::<BaseCb>(Arc::new(Mutex::new(callbacks))) { in initialize()
/packages/modules/Bluetooth/system/gd/rust/topshim/macros/src/
Dlib.rs130 (get_dispatchers() in cb_variant()