Searched refs:inputDeviceTypes (Results 1 – 1 of 1) sorted by relevance
3981 audio_devices_t inputDeviceTypes = mAvailableInputDevices.types() & ~AUDIO_DEVICE_BIT_IN; in loadConfig() local4070 audio_devices_t profileType = inProfile->getSupportedDeviceForType(inputDeviceTypes); in loadConfig()4072 if ((profileType & inputDeviceTypes) == 0) { in loadConfig()