Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/
Dlib.rs43 struct GlobalModuleRegistry { struct
61 static GLOBAL_MODULE_REGISTRY: Mutex<Option<GlobalModuleRegistry>> = Mutex::new(None); argument
63 impl GlobalModuleRegistry { implementation
/packages/modules/Bluetooth/system/rust/src/core/
Dmod.rs16 GlobalModuleRegistry, MainThreadTxMessage, GLOBAL_MODULE_REGISTRY,
27 GlobalModuleRegistry::start( in start()