Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A 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()
H A DAudioOutputDescriptor.cpp801 for (const auto &outputProfile : primaryHwModule->getOutputProfiles()) { in isA2dpOffloadedOnPrimary()
/aosp12/frameworks/av/services/audiopolicy/tests/
H A Daudio_health_tests.cpp97 for (const auto& profile : hwModule->getOutputProfiles()) { in TEST()
/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/6.0/
H A DGenerators.cpp41 for (const auto& ioProfile : module->getOutputProfiles()) { in generateOutputDeviceConfigParameters()
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioPolicyConfig.h210 for (const auto& curProfile : hwModule->getOutputProfiles()) { in convertSpatializerFlag()
H A DHwModule.h71 const OutputProfileCollection &getOutputProfiles() const { return mOutputProfiles; } in getOutputProfiles() function
/aosp12/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp897 for (const auto& curProfile : hwModule->getOutputProfiles()) { in getProfileForOutput()
932 for (const auto& curProfile : hwModule->getOutputProfiles()) { in getSpatializerOutputProfile()
1534 deviceModule->getOutputProfiles() : msdModule->getOutputProfiles(); in buildMsdPatch()
3195 j < module->getOutputProfiles().size() && !foundOutput && res == NO_ERROR; in registerPolicyMixes()
3197 sp<IOProfile> profile = module->getOutputProfiles()[j]; in registerPolicyMixes()
4773 const OutputProfileCollection &outputProfiles = hwModule->getOutputProfiles(); in isHapticPlaybackSupported()
5196 for (const auto& outProfile : hwModule->getOutputProfiles()) { in onNewAudioModulesAvailableInt()
5376 for (size_t j = 0; j < hwModule->getOutputProfiles().size(); j++) { in checkOutputsForDevice()
5377 sp<IOProfile> profile = hwModule->getOutputProfiles()[j]; in checkOutputsForDevice()
5470 for (size_t j = 0; j < hwModule->getOutputProfiles().size(); j++) { in checkOutputsForDevice()
[all …]