Searched refs:voiceActive (Results 1 – 2 of 2) sorted by relevance
303 VolumeEvent(int op, boolean voiceActive, int stream, int index) { in VolumeEvent() argument307 mVal2 = voiceActive ? 1 : 0; in VolumeEvent()
4465 boolean voiceActive = false; in onPlaybackConfigChange()4474 voiceActive = true; in onPlaybackConfigChange()4481 if (mVoicePlaybackActive.getAndSet(voiceActive) != voiceActive) { in onPlaybackConfigChange()