Home
last modified time | relevance | path

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

/hardware/qcom/audio/legacy/alsa_sound/
Dalsa_default.cpp398 char *rxDevice, *txDevice, ident[70], *use_case = NULL; in switchDevice() local
465 txDevice = getUCMDevice(devices & AudioSystem::DEVICE_IN_ALL, 1, rxDevice); in switchDevice()
467 if ((rxDevice != NULL) && (txDevice != NULL)) { in switchDevice()
469 (strncmp(txDevice, curTxUCMDevice, MAX_STR_LEN))) && in switchDevice()
518 if (txDevice != NULL) { in switchDevice()
520 ((strncmp(txDevice, curTxUCMDevice, MAX_STR_LEN)) || (inCallDevSwitch == true))) { in switchDevice()
545 …ALOGD("%s,rxDev:%s, txDev:%s, curRxDev:%s, curTxDev:%s\n", __FUNCTION__, rxDevice, txDevice, curRx… in switchDevice()
555 if (txDevice != NULL) { in switchDevice()
556 snd_use_case_set(handle->ucMgr, "_enadev", txDevice); in switchDevice()
557 strlcpy(curTxUCMDevice, txDevice, sizeof(curTxUCMDevice)); in switchDevice()
[all …]