Searched refs:inputDeviceTypes (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.cpp3082 audio_devices_t inputDeviceTypes = mAvailableInputDevices.types() & ~AUDIO_DEVICE_BIT_IN; local
3177 // inputDeviceTypes
3181 if (profileType & inputDeviceTypes) {
3185 if ((profileType & inputDeviceTypes) == 0) {

Completed in 17 milliseconds