Home
last modified time | relevance | path

Searched refs:StartRequestV2 (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dle_audio_software_aidl.h75 BluetoothAudioCtrlAck StartRequestV2(bool is_low_latency);
138 BluetoothAudioCtrlAck StartRequestV2(bool is_low_latency);
198 BluetoothAudioCtrlAck StartRequestV2(bool is_low_latency);
Dle_audio_software_aidl.cc123 BluetoothAudioCtrlAck LeAudioTransport::StartRequestV2( in StartRequestV2() function in bluetooth::audio::aidl::le_audio::LeAudioTransport
395 return transport_->StartRequestV2(is_low_latency); in StartRequest()
494 return transport_->StartRequestV2(is_low_latency); in StartRequest()
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Dle_audio_software_hidl.h63 BluetoothAudioCtrlAck StartRequestV2();
115 BluetoothAudioCtrlAck StartRequestV2();
Dle_audio_software_hidl.cc139 BluetoothAudioCtrlAck LeAudioTransport::StartRequestV2() { in StartRequestV2() function in bluetooth::audio::hidl::le_audio::LeAudioTransport
302 return transport_->StartRequestV2(); in StartRequest()
383 return transport_->StartRequestV2(); in StartRequest()