Home
last modified time | relevance | path

Searched refs:voiceActive (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioServiceEvents.java209 VolumeEvent(int op, boolean voiceActive, int stream, int index) { in VolumeEvent() argument
213 mVal2 = voiceActive ? 1 : 0; in VolumeEvent()
H A DAudioService.java3383 boolean voiceActive = false; in onPlaybackConfigChange()
3389 voiceActive = true; in onPlaybackConfigChange()
3393 if (mVoicePlaybackActive.getAndSet(voiceActive) != voiceActive) { in onPlaybackConfigChange()