Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/
Dlib.rs33 struct GlobalModuleRegistry { struct
49 static GLOBAL_MODULE_REGISTRY: Mutex<Option<GlobalModuleRegistry>> = Mutex::new(None); argument
51 impl GlobalModuleRegistry { impl