Searched defs:is_low_latency (Results 1 – 12 of 12) sorted by relevance
43 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
141 Status A2dpTransport::StartRequest(bool is_low_latency) { in StartRequest()
227 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()
41 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
343 BluetoothAudioCtrlAck LeAudioSinkTransport::StartRequest(bool is_low_latency) { in StartRequest()431 BluetoothAudioCtrlAck LeAudioSourceTransport::StartRequest(bool is_low_latency) { in StartRequest()
148 void BTA_AvSetLatency(tBTA_AV_HNDL handle, bool is_low_latency) { in BTA_AvSetLatency()
213 void btif_av_set_low_latency(bool is_low_latency) { in btif_av_set_low_latency()
611 void BTA_AvSetLatency(tBTA_AV_HNDL handle, bool is_low_latency) { in BTA_AvSetLatency()
255 bool is_low_latency; member
272 bool BluetoothAudioSession::StartStream(bool is_low_latency) { in StartStream()
121 bool is_low_latency; member4084 void btif_av_set_low_latency(bool is_low_latency) { in btif_av_set_low_latency()
485 bool is_low_latency() const { return acl_latency == L2CAP_LATENCY_LOW; } in is_low_latency() function