Searched refs:USBPLAYBACKBIT_VOICECALL (Results 1 – 2 of 2) sorted by relevance
667 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()
122 static int USBPLAYBACKBIT_VOICECALL = (1 << 1); variable