Searched refs:mVoicePlaybackActive (Results 1 – 1 of 1) sorted by relevance
4247 if (mVoicePlaybackActive.get()) { in getBluetoothContextualVolumeStream()4253 private AtomicBoolean mVoicePlaybackActive = new AtomicBoolean(false); field in AudioService4283 if (mVoicePlaybackActive.getAndSet(voiceActive) != voiceActive) { in onPlaybackConfigChange()4396 mVoicePlaybackActive.get(), streamType, index)); in updateHearingAidVolumeOnVoiceActivityUpdate()