Searched refs:voiceActive (Results 1 – 2 of 2) sorted by relevance
278 VolumeEvent(int op, boolean voiceActive, int stream, int index) { in VolumeEvent() argument282 mVal2 = voiceActive ? 1 : 0; in VolumeEvent()
4268 boolean voiceActive = false; in onPlaybackConfigChange()4277 voiceActive = true; in onPlaybackConfigChange()4283 if (mVoicePlaybackActive.getAndSet(voiceActive) != voiceActive) { in onPlaybackConfigChange()