Searched refs:mBluetoothLatencyModesEnabled (Results 1 – 4 of 4) sorted by relevance
796 std::atomic<bool> mBluetoothLatencyModesEnabled = true; variable
721 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()
5085 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()
1652 std::atomic_bool mBluetoothLatencyModesEnabled; variable