Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp3981 audio_devices_t inputDeviceTypes = mAvailableInputDevices.types() & ~AUDIO_DEVICE_BIT_IN; in loadConfig() local
4070 audio_devices_t profileType = inProfile->getSupportedDeviceForType(inputDeviceTypes); in loadConfig()
4072 if ((profileType & inputDeviceTypes) == 0) { in loadConfig()