HomeSort by relevance Sort by last modified time
    Searched refs:txDevice (Results 1 - 2 of 2) sorted by null

  /hardware/qcom/audio/legacy/alsa_sound/
alsa_default.cpp 398 char *rxDevice, *txDevice, ident[70], *use_case = NULL;
465 txDevice = getUCMDevice(devices & AudioSystem::DEVICE_IN_ALL, 1, rxDevice);
467 if ((rxDevice != NULL) && (txDevice != NULL)) {
469 (strncmp(txDevice, curTxUCMDevice, MAX_STR_LEN))) &&
518 if (txDevice != NULL) {
520 ((strncmp(txDevice, curTxUCMDevice, MAX_STR_LEN)) || (inCallDevSwitch == true))) {
545 ALOGD("%s,rxDev:%s, txDev:%s, curRxDev:%s, curTxDev:%s\n", __FUNCTION__, rxDevice, txDevice, curRxUCMDevice, curTxUCMDevice);
555 if (txDevice != NULL) {
556 snd_use_case_set(handle->ucMgr, "_enadev", txDevice);
557 strlcpy(curTxUCMDevice, txDevice, sizeof(curTxUCMDevice))
    [all...]
  /frameworks/av/services/audiopolicy/
AudioPolicyManager.cpp 495 audio_devices_t txDevice = getDeviceAndMixForInputSource(AUDIO_SOURCE_VOICE_COMMUNICATION);
496 ALOGV("updateCallRouting device rxDevice %08x txDevice %08x", rxDevice, txDevice);
516 if ((availablePrimaryInputDevices() & txDevice & ~AUDIO_DEVICE_BIT_IN)
565 deviceList = mAvailableInputDevices.getDevicesFromType(txDevice);
    [all...]

Completed in 198 milliseconds