Searched defs:txDevice (Results 1 - 1 of 1) sorted by last modified time

/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.cpp495 audio_devices_t txDevice = getDeviceAndMixForInputSource(AUDIO_SOURCE_VOICE_COMMUNICATION); local
496 ALOGV("updateCallRouting device rxDevice %08x txDevice %08x", rxDevice, txDevice);
516 if ((availablePrimaryInputDevices() & txDevice & ~AUDIO_DEVICE_BIT_IN)
565 deviceList = mAvailableInputDevices.getDevicesFromType(txDevice);
4579 audio_devices_t txDevice = local
4584 (((txDevice & availablePrimaryInputDevices() & ~AUDIO_DEVICE_BIT_IN) != 0) &&

Completed in 124 milliseconds