Searched refs:voiceActive (Results 1 – 2 of 2) sorted by relevance
140 VolumeEvent(int op, boolean voiceActive, int stream, int index) { in VolumeEvent() argument144 mVal2 = voiceActive ? 1 : 0; in VolumeEvent()
2203 boolean voiceActive = false; in onPlaybackConfigChange()2209 voiceActive = true; in onPlaybackConfigChange()2213 if (mVoiceActive.getAndSet(voiceActive) != voiceActive) { in onPlaybackConfigChange()