Searched refs:inputDeviceTypes (Results 1 – 1 of 1) sorted by relevance
3193 audio_devices_t inputDeviceTypes = mAvailableInputDevices.types() & ~AUDIO_DEVICE_BIT_IN; in AudioPolicyManager() local3292 audio_devices_t profileType = inProfile->getSupportedDeviceForType(inputDeviceTypes); in AudioPolicyManager()3294 if ((profileType & inputDeviceTypes) == 0) { in AudioPolicyManager()