Home
last modified time | relevance | path

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

/hardware/qcom/audio/legacy/alsa_sound/
Dalsa_default.cpp94 static char curTxUCMDevice[50]; variable
180 strlcpy(curTxUCMDevice, "None", sizeof(curTxUCMDevice)); in s_device_open()
469 (strncmp(txDevice, curTxUCMDevice, MAX_STR_LEN))) && in switchDevice()
519 if ((strncmp(curTxUCMDevice, "None", 4)) && in switchDevice()
520 ((strncmp(txDevice, curTxUCMDevice, MAX_STR_LEN)) || (inCallDevSwitch == true))) { in switchDevice()
542 snd_use_case_set(handle->ucMgr, "_disdev", curTxUCMDevice); in switchDevice()
545 …%s, curRxDev:%s, curTxDev:%s\n", __FUNCTION__, rxDevice, txDevice, curRxUCMDevice, curTxUCMDevice); in switchDevice()
557 strlcpy(curTxUCMDevice, txDevice, sizeof(curTxUCMDevice)); in switchDevice()
574 ALOGD("switchDevice: curTxUCMDevivce %s curRxDevDevice %s", curTxUCMDevice, curRxUCMDevice); in switchDevice()
580 strlcat(ident, curTxUCMDevice, sizeof(ident)); in switchDevice()
[all …]