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