Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DHwModule.cpp290 module->getOutputProfiles() : module->getInputProfiles(); in getModuleForDeviceType()
408 const auto &profiles = (audio_is_output_device(type) ? hwModule->getOutputProfiles() : in createDevice()
451 hwModule->getOutputProfiles() : hwModule->getInputProfiles(); in cleanUpForDevice()
DAudioOutputDescriptor.cpp782 for (const auto &outputProfile : primaryHwModule->getOutputProfiles()) { in isA2dpOffloadedOnPrimary()
/frameworks/av/services/audiopolicy/tests/
Daudio_health_tests.cpp97 for (const auto& profile : hwModule->getOutputProfiles()) { in TEST()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DHwModule.h71 const OutputProfileCollection &getOutputProfiles() const { return mOutputProfiles; } in getOutputProfiles() function
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp897 for (const auto& curProfile : hwModule->getOutputProfiles()) { in getProfileForOutput()
1499 deviceModule->getOutputProfiles() : msdModule->getOutputProfiles(); in buildMsdPatch()
3160 j < module->getOutputProfiles().size() && !foundOutput && res == NO_ERROR; in registerPolicyMixes()
3162 sp<IOProfile> profile = module->getOutputProfiles()[j]; in registerPolicyMixes()
4738 const OutputProfileCollection &outputProfiles = hwModule->getOutputProfiles(); in isHapticPlaybackSupported()
4960 for (const auto& outProfile : hwModule->getOutputProfiles()) { in onNewAudioModulesAvailableInt()
5139 for (size_t j = 0; j < hwModule->getOutputProfiles().size(); j++) { in checkOutputsForDevice()
5140 sp<IOProfile> profile = hwModule->getOutputProfiles()[j]; in checkOutputsForDevice()
5233 for (size_t j = 0; j < hwModule->getOutputProfiles().size(); j++) { in checkOutputsForDevice()
5234 sp<IOProfile> profile = hwModule->getOutputProfiles()[j]; in checkOutputsForDevice()