Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioServiceEvents.java278 VolumeEvent(int op, boolean voiceActive, int stream, int index) { in VolumeEvent() argument
282 mVal2 = voiceActive ? 1 : 0; in VolumeEvent()
H A DAudioService.java4268 boolean voiceActive = false; in onPlaybackConfigChange()
4277 voiceActive = true; in onPlaybackConfigChange()
4283 if (mVoicePlaybackActive.getAndSet(voiceActive) != voiceActive) { in onPlaybackConfigChange()