Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dtopstack.rs29 static ref CB_DISPATCHER: Arc<Mutex<DispatchContainer>> =
30 Arc::new(Mutex::new(DispatchContainer { instances: HashMap::new() }));
69 pub struct DispatchContainer { struct
73 impl DispatchContainer { argument
106 pub fn get_dispatchers() -> Arc<Mutex<DispatchContainer>> { in get_dispatchers()