Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_media.rs13 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/
Dcallbacks.rs32 BluetoothAudioDevice, IBluetoothMediaCallback, IBluetoothTelephonyCallback,
1441 impl IBluetoothMediaCallback for MediaCallback {
Ddbus_iface.rs45 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/
Dbluetooth_media.rs104 fn register_callback(&mut self, callback: Box<dyn IBluetoothMediaCallback + Send>) -> bool; in register_callback()
217 pub trait IBluetoothMediaCallback: RPCProxy { interface
453 callbacks: Arc<Mutex<Callbacks<dyn IBluetoothMediaCallback + Send>>>,
3098 fn register_callback(&mut self, callback: Box<dyn IBluetoothMediaCallback + Send>) -> bool { in register_callback()