Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DHwModule.cpp290 module->getOutputProfiles() : module->getInputProfiles(); in getModuleForDeviceType()
409 hwModule->getInputProfiles()); in createDevice()
451 hwModule->getOutputProfiles() : hwModule->getInputProfiles(); in cleanUpForDevice()
/aosp12/frameworks/av/services/audiopolicy/tests/
H A Daudio_health_tests.cpp100 for (const auto& profile : hwModule->getInputProfiles()) { in TEST()
/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/6.0/
H A DGenerators.cpp104 for (const auto& ioProfile : module->getInputProfiles()) { in generateInputDeviceConfigParameters()
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DHwModule.h70 const InputProfileCollection &getInputProfiles() const { return mInputProfiles; } in getInputProfiles() function
/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/
H A DPolicyConfig.h91 return module && !module->getInputProfiles().empty(); in haveInputProfilesInModule()
/aosp12/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp1532 msdModule->getInputProfiles() : deviceModule->getInputProfiles(); in buildMsdPatch()
5265 for (const auto& inProfile : hwModule->getInputProfiles()) { in onNewAudioModulesAvailableInt()
5518 profile_index < hwModule->getInputProfiles().size(); in checkInputsForDevice()
5520 sp<IOProfile> profile = hwModule->getInputProfiles()[profile_index]; in checkInputsForDevice()
5612 profile_index < hwModule->getInputProfiles().size(); in checkInputsForDevice()
5614 sp<IOProfile> profile = hwModule->getInputProfiles()[profile_index]; in checkInputsForDevice()
6560 for (const auto& profile : hwModule->getInputProfiles()) { in getInputProfile()