Home
last modified time | relevance | path

Searched defs:is_low_latency (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/audio_hal_interface/aidl/a2dp/
Dbluetooth_audio_port_impl.cc43 ndk::ScopedAStatus BluetoothAudioPortImpl::startStream(bool is_low_latency) { in startStream()
109 bool is_low_latency = latency_mode == LatencyMode::LOW_LATENCY ? true : false; in setLatencyMode() local
Da2dp_encoding_aidl.cc141 Status A2dpTransport::StartRequest(bool is_low_latency) { in StartRequest()
/aosp_15_r20/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dle_audio_utils_unittest.cc227 PrepareReferenceQosConfiguration(bool is_low_latency) { in PrepareReferenceQosConfiguration()
255 PrepareReferenceCodecSpecificConfigurationLc3(bool is_low_latency, bool is_left, bool is_right) { in PrepareReferenceCodecSpecificConfigurationLc3()
307 PrepareReferenceAseDirectionConfigLc3(bool is_left, bool is_right, bool is_low_latency, in PrepareReferenceAseDirectionConfigLc3()
Dbluetooth_audio_port_impl.cc41 ndk::ScopedAStatus BluetoothAudioPortImpl::startStream(bool is_low_latency) { in startStream()
206 bool is_low_latency = latency_mode == LatencyMode::LOW_LATENCY ? true : false; in setLatencyMode() local
Dle_audio_software_aidl.cc343 BluetoothAudioCtrlAck LeAudioSinkTransport::StartRequest(bool is_low_latency) { in StartRequest()
431 BluetoothAudioCtrlAck LeAudioSourceTransport::StartRequest(bool is_low_latency) { in StartRequest()
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_av_api.cc148 void BTA_AvSetLatency(tBTA_AV_HNDL handle, bool is_low_latency) { in BTA_AvSetLatency()
Dmock_btif_av.cc213 void btif_av_set_low_latency(bool is_low_latency) { in btif_av_set_low_latency()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/av/
Dbta_av_api.cc611 void BTA_AvSetLatency(tBTA_AV_HNDL handle, bool is_low_latency) { in BTA_AvSetLatency()
Dbta_av_int.h255 bool is_low_latency; member
/aosp_15_r20/hardware/interfaces/bluetooth/audio/utils/aidl_session/
H A DBluetoothAudioSession.cpp272 bool BluetoothAudioSession::StartStream(bool is_low_latency) { in StartStream()
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_av.cc121 bool is_low_latency; member
4084 void btif_av_set_low_latency(bool is_low_latency) { in btif_av_set_low_latency()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_int.h485 bool is_low_latency() const { return acl_latency == L2CAP_LATENCY_LOW; } in is_low_latency() function