Searched refs:musbRecordingState (Results 1 – 4 of 4) sorted by relevance
298 mParent->musbRecordingState |= USBRECBIT_VOIPCALL; in read()301 mParent->musbRecordingState |= USBRECBIT_REC; in read()310 (!mParent->musbRecordingState)) { in read()317 mParent->musbRecordingState |= USBRECBIT_VOIPCALL; in read()320 mParent->musbRecordingState |= USBRECBIT_REC; in read()494 ALOGD("musbRecordingState: %d, mVoipStreamCount:%d",mParent->musbRecordingState, in close()500 mParent->musbRecordingState &= ~USBRECBIT_VOIPCALL; in close()510 ALOGD("Deregistering REC bit, musbRecordingState:%d", mParent->musbRecordingState); in close()511 mParent->musbRecordingState &= ~USBRECBIT_REC; in close()597 ALOGD("Checking for musbRecordingState %d", mParent->musbRecordingState); in standby()[all …]
101 musbRecordingState = 0; in AudioHardwareALSA()569 musbRecordingState = 0; in closeUSBRecording()582 if(!musbRecordingState && mAudioUsbALSA != NULL) { in closeUsbRecordingIfNothingActive()598 musbRecordingState, mAudioUsbALSA->getkillUsbRecordingThread()); in startUsbRecordingIfNotStarted()599 if((!musbRecordingState) || (mAudioUsbALSA->getkillUsbRecordingThread() == true)) { in startUsbRecordingIfNotStarted()645 musbRecordingState = 0; in doRouting()668 musbRecordingState |= USBPLAYBACKBIT_VOICECALL; in doRouting()812 musbRecordingState |= USBRECBIT_VOIPCALL; in openOutputStream()1177 musbRecordingState |= USBRECBIT_VOIPCALL; in openInputStream()1523 musbRecordingState &= ~USBRECBIT_VOICECALL; in disableVoiceCall()[all …]
308 mParent->musbPlaybackState, mParent->musbRecordingState); in close()310 mParent->musbRecordingState &= ~USBRECBIT_VOIPCALL; in close()
584 int musbRecordingState; variable