Home
last modified time | relevance | path

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

/hardware/qcom/audio/legacy/alsa_sound/
DAudioHardwareALSA.cpp667 musbPlaybackState |= USBPLAYBACKBIT_VOICECALL; in doRouting()
668 musbRecordingState |= USBPLAYBACKBIT_VOICECALL; in doRouting()
1520 if(musbPlaybackState & USBPLAYBACKBIT_VOICECALL) { in disableVoiceCall()
1522 musbPlaybackState &= ~USBPLAYBACKBIT_VOICECALL; in disableVoiceCall()
1578 musbPlaybackState |= USBPLAYBACKBIT_VOICECALL; in enableVoiceCall()
DAudioHardwareALSA.h122 static int USBPLAYBACKBIT_VOICECALL = (1 << 1); variable