Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs65 fn on_bluetooth_audio_device_added(&self, device: BluetoothAudioDevice); in on_bluetooth_audio_device_added()
79 pub struct BluetoothAudioDevice { struct
87 impl BluetoothAudioDevice { argument
94 ) -> BluetoothAudioDevice { in new()
272 device: BluetoothAudioDevice, in notify_media_capability_added()
/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/service/src/
Diface_bluetooth_media.rs50 fn on_bluetooth_audio_device_added(&self, device: BluetoothAudioDevice) { in on_bluetooth_audio_device_added()