Searched refs:IBluetoothMediaCallback (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | iface_bluetooth_media.rs | 13 use btstack::bluetooth_media::{BluetoothAudioDevice, IBluetoothMedia, IBluetoothMediaCallback}; 81 impl IBluetoothMediaCallback for BluetoothMediaCallbackDBus { 261 fn register_callback(&mut self, callback: Box<dyn IBluetoothMediaCallback + Send>) -> bool { in register_callback()
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | callbacks.rs | 32 BluetoothAudioDevice, IBluetoothMediaCallback, IBluetoothTelephonyCallback, 1441 impl IBluetoothMediaCallback for MediaCallback {
|
D | dbus_iface.rs | 45 BluetoothAudioDevice, IBluetoothMedia, IBluetoothMediaCallback, IBluetoothTelephony, 2638 fn register_callback(&mut self, callback: Box<dyn IBluetoothMediaCallback + Send>) -> bool { in register_callback() 2894 impl IBluetoothMediaCallback for IBluetoothMediaCallbackDBus {
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth_media.rs | 104 fn register_callback(&mut self, callback: Box<dyn IBluetoothMediaCallback + Send>) -> bool; in register_callback() 217 pub trait IBluetoothMediaCallback: RPCProxy { trait 453 callbacks: Arc<Mutex<Callbacks<dyn IBluetoothMediaCallback + Send>>>, 3098 fn register_callback(&mut self, callback: Box<dyn IBluetoothMediaCallback + Send>) -> bool { in register_callback()
|