Home
last modified time | relevance | path

Searched refs:getOutputProfiles (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DHwModule.cpp302 module->getOutputProfiles() : module->getInputProfiles(); in getModuleForDeviceType()
426 const auto &profiles = (audio_is_output_device(type) ? hwModule->getOutputProfiles() : in createDevice()
469 hwModule->getOutputProfiles() : hwModule->getInputProfiles(); in cleanUpForDevice()
DAudioOutputDescriptor.cpp944 for (const auto &outputProfile : primaryHwModule->getOutputProfiles()) { in isA2dpOffloadedOnPrimary()
/frameworks/av/services/audiopolicy/tests/
Daudio_health_tests.cpp96 for (const auto& profile : hwModule->getOutputProfiles()) { in TEST()
Daudiopolicymanager_tests.cpp745 for (const auto& outputProfile : primary->getOutputProfiles()) { in TEST_P()
755 for (const auto& outputProfile : msd->getOutputProfiles()) { in TEST_P()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DHwModule.h72 const OutputProfileCollection &getOutputProfiles() const { return mOutputProfiles; } in getOutputProfiles() function
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp1079 for (const auto& curProfile : hwModule->getOutputProfiles()) { in searchCompatibleProfileHwModules()
1118 for (const auto& curProfile : hwModule->getOutputProfiles()) { in getSpatializerOutputProfile()
1942 deviceModule->getOutputProfiles() : msdModule->getOutputProfiles(); in buildMsdPatch()
3938 j < module->getOutputProfiles().size() && !foundOutput && res == NO_ERROR; in registerPolicyMixes()
3940 sp<IOProfile> profile = module->getOutputProfiles()[j]; in registerPolicyMixes()
4696 for (const auto& curProfile : hwModule->getOutputProfiles()) { in getDirectPlaybackSupport()
4764 for (const auto& curProfile : hwModule->getOutputProfiles()) { in getSupportedMixerAttributes()
4805 for (const auto& curProfile : hwModule->getOutputProfiles()) { in setPreferredMixerAttributes()
6097 const OutputProfileCollection &outputProfiles = hwModule->getOutputProfiles(); in isHapticPlaybackSupported()
6116 const OutputProfileCollection &outputProfiles = hwModule->getOutputProfiles(); in isUltrasoundSupported()
[all …]