Searched refs:outProfile (Results 1 – 2 of 2) sorted by relevance
118 sp<OutputProfile> outProfile; in setDefault() local119 outProfile = new OutputProfile(String8("primary")); in setDefault()120 outProfile->attach(module); in setDefault()121 outProfile->addAudioProfile( in setDefault()123 outProfile->addSupportedDevice(mDefaultOutputDevices); in setDefault()124 outProfile->setFlags(AUDIO_OUTPUT_FLAG_PRIMARY); in setDefault()125 module->addOutputProfile(outProfile); in setDefault()
3993 for (const auto& outProfile : hwModule->getOutputProfiles()) { in loadConfig() local3994 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()[all …]