Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs454 telephony_callbacks: Arc<Mutex<Callbacks<dyn IBluetoothTelephonyCallback + Send>>>, field
516 telephony_callbacks: Arc::new(Mutex::new(Callbacks::new( in new()
1853 self.telephony_callbacks.lock().unwrap().remove_callback(id) in remove_telephony_callback()
2093 self.telephony_callbacks.lock().unwrap().for_all_callbacks(|callback| { in notify_telephony_event()
4102 let _id = self.telephony_callbacks.lock().unwrap().add_callback(callback); in register_telephony_callback()