Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/
DAudioPolicyManager.cpp452 audio_devices_t txDevice = getDeviceForInputSource(AUDIO_SOURCE_VOICE_COMMUNICATION); in updateCallRouting() local
453 ALOGV("updateCallRouting device rxDevice %08x txDevice %08x", rxDevice, txDevice); in updateCallRouting()
473 if ((availablePrimaryInputDevices() & txDevice & ~AUDIO_DEVICE_BIT_IN) in updateCallRouting()
522 deviceList = mAvailableInputDevices.getDevicesFromType(txDevice); in updateCallRouting()
4026 audio_devices_t txDevice = getDeviceForInputSource(AUDIO_SOURCE_VOICE_COMMUNICATION); in getDeviceForStrategy() local
4030 (((txDevice & availablePrimaryInputDevices() & ~AUDIO_DEVICE_BIT_IN) != 0) && in getDeviceForStrategy()