Searched refs:voiceActive (Results 1 – 2 of 2) sorted by relevance
209 VolumeEvent(int op, boolean voiceActive, int stream, int index) { in VolumeEvent() argument213 mVal2 = voiceActive ? 1 : 0; in VolumeEvent()
3383 boolean voiceActive = false; in onPlaybackConfigChange()3389 voiceActive = true; in onPlaybackConfigChange()3393 if (mVoicePlaybackActive.getAndSet(voiceActive) != voiceActive) { in onPlaybackConfigChange()