Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DAudioFlinger.h796 std::atomic<bool> mBluetoothLatencyModesEnabled = true; variable
DAudioFlinger.cpp721 mBluetoothLatencyModesEnabled ? "" : "not "); in dumpInternals_l()
1604 mBluetoothLatencyModesEnabled.store(enabled); in setBluetoothVariableLatencyEnabled()
1613 *enabled = mBluetoothLatencyModesEnabled.load(); in isBluetoothVariableLatencyEnabled()
2998 thread->setBluetoothVariableLatencyEnabled(mBluetoothLatencyModesEnabled.load()); in openOutput_l()
DThreads.cpp5085 mBluetoothLatencyModesEnabled(false), in MixerThread()
5313 mBluetoothLatencyModesEnabled.store( in onFirstRef()
6522 mBluetoothLatencyModesEnabled ? "" : "not "); in dumpInternals_l()
6558 if (!mBluetoothLatencyModesEnabled.load() || mSupportedLatencyModes.empty()) { in setHalLatencyMode_l()
6639 mBluetoothLatencyModesEnabled.store(enabled); in setBluetoothVariableLatencyEnabled()
DThreads.h1652 std::atomic_bool mBluetoothLatencyModesEnabled; variable