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

/hardware/qcom/audio/legacy/alsa_sound/
H A Dalsa_default.cpp94 static char curTxUCMDevice[50]; member in namespace:android_audio_legacy
180 strlcpy(curTxUCMDevice, "None", sizeof(curTxUCMDevice));
469 (strncmp(txDevice, curTxUCMDevice, MAX_STR_LEN))) &&
519 if ((strncmp(curTxUCMDevice, "None", 4)) &&
520 ((strncmp(txDevice, curTxUCMDevice, MAX_STR_LEN)) || (inCallDevSwitch == true))) {
542 snd_use_case_set(handle->ucMgr, "_disdev", curTxUCMDevice);
545 ALOGD("%s,rxDev:%s, txDev:%s, curRxDev:%s, curTxDev:%s\n", __FUNCTION__, rxDevice, txDevice, curRxUCMDevice, curTxUCMDevice);
557 strlcpy(curTxUCMDevice, txDevice, sizeof(curTxUCMDevice));
[all...]

Completed in 48 milliseconds