Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/
DAudioPolicyManager.cpp2679 audio_devices_t inputDeviceTypes = mAvailableInputDevices.types() & ~AUDIO_DEVICE_BIT_IN; in AudioPolicyManager() local
2778 if (profileType & inputDeviceTypes) { in AudioPolicyManager()
2782 if ((profileType & inputDeviceTypes) == 0) { in AudioPolicyManager()