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.rs27 static CB_DISPATCHER: LazyLock<Arc<Mutex<DispatchContainer>>> =
28 LazyLock::new(|| Arc::new(Mutex::new(DispatchContainer { instances: HashMap::new() })));
66 pub struct DispatchContainer { struct
70 impl DispatchContainer { implementation
103 pub fn get_dispatchers() -> Arc<Mutex<DispatchContainer>> { in get_dispatchers()