Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/offload/leaudio/hci/
Dproxy.rs41 arbiter: Option<Arc<Arbiter>>, field
153 pub(crate) fn arbiter(&self) -> Option<Arc<Arbiter>> { in arbiter() method
326 let arbiter = state.arbiter.as_ref().unwrap(); in in_evt() localVariable
334 let arbiter = state.arbiter.as_ref().unwrap(); in in_evt() localVariable
351 let arbiter = state.arbiter.as_ref().unwrap(); in in_evt() localVariable
363 let arbiter = state.arbiter.as_ref().unwrap(); in in_evt() localVariable
415 let arbiter = state.arbiter.as_ref().unwrap(); in out_iso() localVariable
Dlib.rs35 mod arbiter; module
Dservice.rs41 arbiter: Weak<Arbiter>, field
/packages/modules/Bluetooth/system/rust/src/
Dgatt.rs4 pub mod arbiter; module
Dlib.rs130 let arbiter = gatt::arbiter::initialize_arbiter(); in run() localVariable
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_arbiter_acl_arbiter.cc21 namespace arbiter { namespace
/packages/modules/Bluetooth/system/stack/arbiter/
Dacl_arbiter.cc32 namespace arbiter { namespace
/packages/modules/Bluetooth/system/rust/src/gatt/
Darbiter.rs23 let arbiter = Arc::new(Mutex::new(IsolationManager::new())); in initialize_arbiter() localVariable
/packages/modules/Bluetooth/system/rust/tests/
Dgatt_server_test.rs52 let arbiter = IsolationManager::new(); in start_gatt_module() localVariable