Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/audio_bluetooth_hw/
Daudio_bluetooth_hw.cc45 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()
Dstream_apis.h76 struct BluetoothAudioDevice { struct
Dstream_apis.cc830 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/
Diface_bluetooth_media.rs13 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/
Dcallbacks.rs32 BluetoothAudioDevice, IBluetoothMediaCallback, IBluetoothTelephonyCallback,
1471 fn on_bluetooth_audio_device_added(&mut self, _device: BluetoothAudioDevice) {} in on_bluetooth_audio_device_added() argument
Ddbus_iface.rs45 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/
Dbluetooth_media.rs222 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()