Searched refs:rxDevice (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/audio/legacy/alsa_sound/
H A Dalsa_default.cpp198 static char *getUCMDevice(uint32_t devices, int input, char *rxDevice);
398 char *rxDevice, *txDevice, ident[70], *use_case = NULL; local
464 rxDevice = getUCMDevice(devices & AudioSystem::DEVICE_OUT_ALL, 0, NULL);
465 txDevice = getUCMDevice(devices & AudioSystem::DEVICE_IN_ALL, 1, rxDevice);
467 if ((rxDevice != NULL) && (txDevice != NULL)) {
468 if (((strncmp(rxDevice, curRxUCMDevice, MAX_STR_LEN)) ||
491 if (rxDevice != NULL) {
493 ((strncmp(rxDevice, curRxUCMDevice, MAX_STR_LEN)) || (inCallDevSwitch == true))) {
545 ALOGD("%s,rxDev:%s, txDev:%s, curRxDev:%s, curTxDev:%s\n", __FUNCTION__, rxDevice, txDevice, curRxUCMDevice, curTxUCMDevice);
547 if (rxDevice !
1310 getUCMDevice(uint32_t devices, int input, char *rxDevice) argument
[all...]
/hardware/qcom/audio/msm8909/policy_hal/
H A DAudioPolicyManager.cpp872 audio_devices_t rxDevice = getNewOutputDevice(mPrimaryOutput, false /*fromCache*/); local
875 if (isStateInCall(oldState) && rxDevice == AUDIO_DEVICE_NONE) {
876 rxDevice = mPrimaryOutput->device();
880 updateCallRouting(rxDevice, delayMs);
890 setOutputDevice(mPrimaryOutput, rxDevice, force, 0);
892 setOutputDevice(mPrimaryOutput, rxDevice, force, 0);

Completed in 132 milliseconds