Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DHwModule.h51 const OutputProfileCollection &getOutputProfiles() const { return mOutputProfiles; } in getOutputProfiles() function
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DHwModule.cpp268 module->getOutputProfiles() : module->getInputProfiles(); in getModuleForDevice()
DAudioOutputDescriptor.cpp656 primaryHwModule->getOutputProfiles(); in isA2dpOffloadedOnPrimary()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp752 for (const auto& curProfile : hwModule->getOutputProfiles()) { in getProfileForDirectOutput()
3618 for (size_t i = 0; i < hwModule->getOutputProfiles().size(); i++) { in getSurroundFormats()
3619 sp<IOProfile> profile = hwModule->getOutputProfiles()[i]; in getSurroundFormats()
3993 for (const auto& outProfile : hwModule->getOutputProfiles()) { in loadConfig()
4251 for (size_t j = 0; j < hwModule->getOutputProfiles().size(); j++) { in loadConfig()
4252 sp<IOProfile> profile = hwModule->getOutputProfiles()[j]; in loadConfig()
4418 for (size_t j = 0; j < hwModule->getOutputProfiles().size(); j++) { in loadConfig()
4419 sp<IOProfile> profile = hwModule->getOutputProfiles()[j]; in loadConfig()