Home
last modified time | relevance | path

Searched refs:BluetoothAudioPortHidl (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/audio_bluetooth_hw/
Ddevice_port_proxy_hidl.cc117 BluetoothAudioPortHidl::BluetoothAudioPortHidl() in BluetoothAudioPortHidl() function in android::bluetooth::audio::hidl::BluetoothAudioPortHidl
123 if (BluetoothAudioPortHidl::in_use()) BluetoothAudioPortHidl::TearDown(); in ~BluetoothAudioPortHidlOut()
127 if (BluetoothAudioPortHidl::in_use()) BluetoothAudioPortHidl::TearDown(); in ~BluetoothAudioPortHidlIn()
130 bool BluetoothAudioPortHidl::SetUp(audio_devices_t devices) { in SetUp()
172 bool BluetoothAudioPortHidl::init_session_type(audio_devices_t device) { in init_session_type()
223 void BluetoothAudioPortHidl::TearDown() { in TearDown()
238 void BluetoothAudioPortHidl::ControlResultHandler( in ControlResultHandler()
304 void BluetoothAudioPortHidl::SessionChangedHandler() { in SessionChangedHandler()
320 bool BluetoothAudioPortHidl::in_use() const { in in_use()
324 bool BluetoothAudioPortHidl::GetPreferredDataIntervalUs( in GetPreferredDataIntervalUs()
[all …]
Ddevice_port_proxy_hidl.h38 class BluetoothAudioPortHidl : public BluetoothAudioPort {
40 BluetoothAudioPortHidl();
41 virtual ~BluetoothAudioPortHidl() = default;
107 class BluetoothAudioPortHidlOut : public BluetoothAudioPortHidl {
115 class BluetoothAudioPortHidlIn : public BluetoothAudioPortHidl {
Dstream_apis.cc723 static_cast<::android::bluetooth::audio::hidl::BluetoothAudioPortHidl*>( in out_update_source_metadata_v7()