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

/hardware/qcom/audio/legacy/alsa_sound/
H A Dalsa_default.cpp93 static char curRxUCMDevice[50]; member in namespace:android_audio_legacy
179 strlcpy(curRxUCMDevice, "None", sizeof(curRxUCMDevice));
415 if (!strncmp(curRxUCMDevice, SND_USE_CASE_DEV_SPEAKER, MAX_LEN(curRxUCMDevice, SND_USE_CASE_DEV_SPEAKER))) {
468 if (((strncmp(rxDevice, curRxUCMDevice, MAX_STR_LEN)) ||
492 if ((strncmp(curRxUCMDevice, "None", 4)) &&
493 ((strncmp(rxDevice, curRxUCMDevice, MAX_STR_LEN)) || (inCallDevSwitch == true))) {
515 snd_use_case_set(handle->ucMgr, "_disdev", curRxUCMDevice);
545 ALOGD("%s,rxDev:%s, txDev:%s, curRxDev:%s, curTxDev:%s\n", __FUNCTION__, rxDevice, txDevice, curRxUCMDevice, curTxUCMDevic
[all...]

Completed in 1384 milliseconds