Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DHwModule.cpp279 module->getOutputProfiles() : module->getInputProfiles(); in getModuleForDeviceType()
373 const auto &profiles = (audio_is_output_device(type) ? hwModule->getOutputProfiles() : in createDevice()
417 hwModule->getOutputProfiles() : hwModule->getInputProfiles(); in cleanUpForDevice()
DAudioOutputDescriptor.cpp746 for (const auto &outputProfile : primaryHwModule->getOutputProfiles()) { in isA2dpOffloadedOnPrimary()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DHwModule.h67 const OutputProfileCollection &getOutputProfiles() const { return mOutputProfiles; } in getOutputProfiles() function
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp822 for (const auto& curProfile : hwModule->getOutputProfiles()) { in getProfileForOutput()
1305 const OutputProfileCollection &outputProfiles = deviceModule->getOutputProfiles(); in getBestMsdAudioProfileFor()
4258 const OutputProfileCollection &outputProfiles = hwModule->getOutputProfiles(); in isHapticPlaybackSupported()
4486 for (const auto& outProfile : hwModule->getOutputProfiles()) { in onNewAudioModulesAvailableInt()
4650 for (size_t j = 0; j < hwModule->getOutputProfiles().size(); j++) { in checkOutputsForDevice()
4651 sp<IOProfile> profile = hwModule->getOutputProfiles()[j]; in checkOutputsForDevice()
4817 for (size_t j = 0; j < hwModule->getOutputProfiles().size(); j++) { in checkOutputsForDevice()
4818 sp<IOProfile> profile = hwModule->getOutputProfiles()[j]; in checkOutputsForDevice()