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