Home
last modified time | relevance | path

Searched defs:GlobalModuleRegistry (Results 1 – 1 of 1) 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