Home
last modified time | relevance | path

Searched defs:BluetoothAudioDevice (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/audio_bluetooth_hw/
Dstream_apis.h76 struct BluetoothAudioDevice { struct
81 std::mutex mutex_;
82 std::list<BluetoothStreamOut*> opened_stream_outs_ =
84 uint32_t next_unique_id = 1;
/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()
352 pub struct BluetoothAudioDevice { struct
360 impl BluetoothAudioDevice { argument
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_media.rs83 fn on_bluetooth_audio_device_added(&mut self, device: BluetoothAudioDevice) { in on_bluetooth_audio_device_added()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcallbacks.rs1471 fn on_bluetooth_audio_device_added(&mut self, _device: BluetoothAudioDevice) {} in on_bluetooth_audio_device_added()
Ddbus_iface.rs2896 fn on_bluetooth_audio_device_added(&mut self, device: BluetoothAudioDevice) {} in on_bluetooth_audio_device_added()