Searched defs:is_low_latency (Results 1 – 12 of 12) sorted by relevance
41 ndk::ScopedAStatus BluetoothAudioPortImpl::startStream(bool is_low_latency) { in startStream()219 bool is_low_latency = latency_mode == LatencyMode::LOW_LATENCY ? true : false; in setLatencyMode() local
159 BluetoothAudioCtrlAck HfpDecodingTransport::StartRequest(bool is_low_latency) { in StartRequest()211 BluetoothAudioCtrlAck HfpEncodingTransport::StartRequest(bool is_low_latency) { in StartRequest()
272 PrepareReferenceQosConfiguration(bool is_low_latency) { in PrepareReferenceQosConfiguration()301 PrepareReferenceCodecSpecificConfigurationLc3(bool is_low_latency, bool is_left, in PrepareReferenceCodecSpecificConfigurationLc3()368 bool is_low_latency, bool has_qos = true, in PrepareReferenceAseDirectionConfigLc3()
61 BluetoothAudioCtrlAck StartRequest(bool is_low_latency) override { in StartRequest()
84 BluetoothAudioCtrlAck A2dpTransport::StartRequest(bool is_low_latency) { in StartRequest()161 bool is_low_latency = latency_mode == LatencyMode::LOW_LATENCY ? true : false; in SetLatencyMode() local
393 BluetoothAudioCtrlAck LeAudioSinkTransport::StartRequest(bool is_low_latency) { in StartRequest()492 bool is_low_latency) { in StartRequest()
626 void BTA_AvSetLatency(tBTA_AV_HNDL handle, bool is_low_latency) { in BTA_AvSetLatency()
276 bool is_low_latency; member
157 void BTA_AvSetLatency(tBTA_AV_HNDL handle, bool is_low_latency) { in BTA_AvSetLatency()
246 void btif_av_set_low_latency(bool is_low_latency) { in btif_av_set_low_latency()
99 bool is_low_latency; member4263 void btif_av_set_low_latency(bool is_low_latency) { in btif_av_set_low_latency()
499 bool is_low_latency() const { return acl_latency == L2CAP_LATENCY_LOW; } in is_low_latency() function