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

  /hardware/qcom/audio/legacy/alsa_sound/
alsa_default.cpp 198 static char *getUCMDevice(uint32_t devices, int input, char *rxDevice);
398 char *rxDevice, *txDevice, ident[70], *use_case = NULL;
464 rxDevice = getUCMDevice(devices & AudioSystem::DEVICE_OUT_ALL, 0, NULL);
465 txDevice = getUCMDevice(devices & AudioSystem::DEVICE_IN_ALL, 1, rxDevice);
467 if ((rxDevice != NULL) && (txDevice != NULL)) {
468 if (((strncmp(rxDevice, curRxUCMDevice, MAX_STR_LEN)) ||
491 if (rxDevice != NULL) {
493 ((strncmp(rxDevice, curRxUCMDevice, MAX_STR_LEN)) || (inCallDevSwitch == true))) {
545 ALOGD("%s,rxDev:%s, txDev:%s, curRxDev:%s, curTxDev:%s\n", __FUNCTION__, rxDevice, txDevice, curRxUCMDevice, curTxUCMDevice);
547 if (rxDevice != NULL)
    [all...]
  /frameworks/av/services/audiopolicy/
AudioPolicyManager.cpp 485 void AudioPolicyManager::updateCallRouting(audio_devices_t rxDevice, int delayMs)
496 ALOGV("updateCallRouting device rxDevice %08x txDevice %08x", rxDevice, txDevice);
512 if (availablePrimaryOutputDevices() & rxDevice) {
513 setOutputDevice(mPrimaryOutput, rxDevice, true, delayMs);
522 deviceList = mAvailableOutputDevices.getDevicesFromType(rxDevice);
536 getOutputsForDevice(rxDevice, mOutputs);
698 audio_devices_t rxDevice = getNewOutputDevice(mPrimaryOutput, false /*fromCache*/);
701 if (isStateInCall(oldState) && rxDevice == AUDIO_DEVICE_NONE) {
702 rxDevice = hwOutputDesc->device()
    [all...]
AudioPolicyManager.h     [all...]

Completed in 373 milliseconds