Searched refs:BluetoothAudioDevice (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/system/audio_bluetooth_hw/ |
D | audio_bluetooth_hw.cc | 45 auto* bluetooth_device = reinterpret_cast<BluetoothAudioDevice*>(dev); in adev_set_parameters() 126 auto* bluetooth_device = reinterpret_cast<BluetoothAudioDevice*>(device); in adev_create_audio_patch() 165 auto* bluetooth_device = reinterpret_cast<BluetoothAudioDevice*>(device); in adev_close() 175 auto bluetooth_audio_device = new BluetoothAudioDevice{}; in adev_open()
|
D | stream_apis.h | 76 struct BluetoothAudioDevice { struct
|
D | stream_apis.cc | 830 auto* bluetooth_device = reinterpret_cast<BluetoothAudioDevice*>(dev); in adev_open_output_stream() 852 auto* bluetooth_device = reinterpret_cast<BluetoothAudioDevice*>(dev); in adev_close_output_stream()
|
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | iface_bluetooth_media.rs | 13 use btstack::bluetooth_media::{BluetoothAudioDevice, IBluetoothMedia, IBluetoothMediaCallback}; 47 #[dbus_propmap(BluetoothAudioDevice)] 83 fn on_bluetooth_audio_device_added(&mut self, device: BluetoothAudioDevice) { in on_bluetooth_audio_device_added() argument
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | callbacks.rs | 32 BluetoothAudioDevice, IBluetoothMediaCallback, IBluetoothTelephonyCallback, 1471 fn on_bluetooth_audio_device_added(&mut self, _device: BluetoothAudioDevice) {} in on_bluetooth_audio_device_added() argument
|
D | dbus_iface.rs | 45 BluetoothAudioDevice, IBluetoothMedia, IBluetoothMediaCallback, IBluetoothTelephony, 450 #[dbus_propmap(BluetoothAudioDevice)] 2896 fn on_bluetooth_audio_device_added(&mut self, device: BluetoothAudioDevice) {} in on_bluetooth_audio_device_added() argument
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth_media.rs | 222 fn on_bluetooth_audio_device_added(&mut self, device: BluetoothAudioDevice); in on_bluetooth_audio_device_added() argument 352 pub struct BluetoothAudioDevice { struct 360 impl BluetoothAudioDevice { argument 2405 let device = BluetoothAudioDevice::new( in notify_media_capability_updated()
|