Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/
Dlib.rs44 struct GlobalModuleRegistry { struct
62 static GLOBAL_MODULE_REGISTRY: Mutex<Option<GlobalModuleRegistry>> = Mutex::new(None); argument
64 impl GlobalModuleRegistry { implementation