Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dhid_host.rs119 pub struct HHCallbacksDispatcher { struct
123 type HHCb = Arc<Mutex<HHCallbacksDispatcher>>; argument
214 pub fn initialize(&mut self, callbacks: HHCallbacksDispatcher) -> bool { in initialize()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs16 HHCallbacks, HHCallbacksDispatcher, HidHost,
856 self.hh.as_mut().unwrap().initialize(HHCallbacksDispatcher { in init_profiles()