Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_telephony.rs2 use btstack::bluetooth_media::{IBluetoothTelephony, IBluetoothTelephonyCallback};
17 impl IBluetoothTelephonyCallback for BluetoothTelephonyCallbackDBus {
35 callback: Box<dyn IBluetoothTelephonyCallback + Send>, in register_telephony_callback()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcallbacks.rs32 BluetoothAudioDevice, IBluetoothMediaCallback, IBluetoothTelephonyCallback,
1578 impl IBluetoothTelephonyCallback for TelephonyCallback {
Ddbus_iface.rs46 IBluetoothTelephonyCallback,
2397 callback: Box<dyn IBluetoothTelephonyCallback + Send>, in register_telephony_callback()
2480 impl IBluetoothTelephonyCallback for IBluetoothTelephonyCallbackDBus {
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs305 callback: Box<dyn IBluetoothTelephonyCallback + Send>, in register_telephony_callback()
346 pub trait IBluetoothTelephonyCallback: RPCProxy { trait
454 telephony_callbacks: Arc<Mutex<Callbacks<dyn IBluetoothTelephonyCallback + Send>>>,
4100 callback: Box<dyn IBluetoothTelephonyCallback + Send>, in register_telephony_callback()