Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/bluetooth/
H A Dbluetooth_renderer_sink.cpp168 bool isBluetoothLowLatency_ = false; member in OHOS::AudioStandard::BluetoothRendererSinkInner
208 audioRender_(nullptr), handle_(nullptr), isBluetoothLowLatency_(isBluetoothLowLatency) in BluetoothRendererSinkInner()
465 …string adapterNameCase = isBluetoothLowLatency_ ? "bt_a2dp_fast" : "bt_a2dp"; // Set sound card i… in Init()
493 if (isBluetoothLowLatency_) { in Init()
672 CHECK_AND_RETURN_RET_LOG(!isBluetoothLowLatency_ || CheckPositionTime() == SUCCESS, in Start()