Lines Matching refs:outProfile
3993 for (const auto& outProfile : hwModule->getOutputProfiles()) { in loadConfig() local
3994 if (!outProfile->canOpenNewIo()) { in loadConfig()
3996 outProfile->maxOpenCount, outProfile->getTagName().c_str()); in loadConfig()
3999 if (!outProfile->hasSupportedDevices()) { in loadConfig()
4003 if ((outProfile->getFlags() & AUDIO_OUTPUT_FLAG_TTS) != 0) { in loadConfig()
4007 if ((outProfile->getFlags() & AUDIO_OUTPUT_FLAG_DIRECT) != 0) { in loadConfig()
4010 audio_devices_t profileType = outProfile->getSupportedDevicesType(); in loadConfig()
4016 profileType = outProfile->getSupportedDeviceForType(outputDeviceTypes); in loadConfig()
4021 sp<SwAudioOutputDescriptor> outputDesc = new SwAudioOutputDescriptor(outProfile, in loadConfig()
4023 const DeviceVector &supportedDevices = outProfile->getSupportedDevices(); in loadConfig()
4044 outProfile->getFlags() & AUDIO_OUTPUT_FLAG_PRIMARY) { in loadConfig()