Home
last modified time | relevance | path

Searched defs:BluetoothAudioDevice (Results 1 – 3 of 3) 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.rs134 fn on_bluetooth_audio_device_added(&mut self, device: BluetoothAudioDevice); in on_bluetooth_audio_device_added()
198 pub struct BluetoothAudioDevice { struct
206 impl BluetoothAudioDevice { argument
213 ) -> BluetoothAudioDevice { in new()
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_media.rs51 fn on_bluetooth_audio_device_added(&mut self, device: BluetoothAudioDevice) { in on_bluetooth_audio_device_added()