Searched refs:mVoiceActive (Results 1 – 1 of 1) sorted by relevance
2183 if (mVoiceActive.get()) { in getHearingAidStreamType()2189 private AtomicBoolean mVoiceActive = new AtomicBoolean(false); field in AudioService2213 if (mVoiceActive.getAndSet(voiceActive) != voiceActive) { in onPlaybackConfigChange()2222 mVoiceActive.get(), streamType, index)); in updateHearingAidVolumeOnVoiceActivityUpdate()