Searched refs:outProfile (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioPolicyConfig.h118 sp<OutputProfile> outProfile; local
119 outProfile = new OutputProfile(String8("primary"));
120 outProfile->attach(module);
121 outProfile->addAudioProfile(
123 outProfile->addSupportedDevice(mDefaultOutputDevices);
124 outProfile->setFlags(AUDIO_OUTPUT_FLAG_PRIMARY);
125 module->addOutputProfile(outProfile);
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp3993 for (const auto& outProfile : hwModule->getOutputProfiles()) {
3994 if (!outProfile->canOpenNewIo()) {
3996 outProfile->maxOpenCount, outProfile->getTagName().c_str());
3999 if (!outProfile->hasSupportedDevices()) {
4003 if ((outProfile->getFlags() & AUDIO_OUTPUT_FLAG_TTS) != 0) {
4007 if ((outProfile->getFlags() & AUDIO_OUTPUT_FLAG_DIRECT) != 0) {
4010 audio_devices_t profileType = outProfile->getSupportedDevicesType();
4016 profileType = outProfile->getSupportedDeviceForType(outputDeviceTypes);
4021 sp<SwAudioOutputDescriptor> outputDesc = new SwAudioOutputDescriptor(outProfile,
[all...]

Completed in 17 milliseconds