Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DHwModule.cpp302 module->getOutputProfiles() : module->getInputProfiles(); in getModuleForDeviceType()
427 hwModule->getInputProfiles()); in createDevice()
469 hwModule->getOutputProfiles() : hwModule->getInputProfiles(); in cleanUpForDevice()
/frameworks/av/services/audiopolicy/tests/
Daudio_health_tests.cpp99 for (const auto& profile : hwModule->getInputProfiles()) { in TEST()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DHwModule.h71 const InputProfileCollection &getInputProfiles() const { return mInputProfiles; } in getInputProfiles() function
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp1940 msdModule->getInputProfiles() : deviceModule->getInputProfiles(); in buildMsdPatch()
6126 const InputProfileCollection &inputProfiles = hwModule->getInputProfiles(); in isUltrasoundSupported()
6147 const InputProfileCollection &inputProfiles = hwModule->getInputProfiles(); in isHotwordStreamSupported()
6617 for (const auto& inProfile : hwModule->getInputProfiles()) { in onNewAudioModulesAvailableInt()
6902 profile_index < hwModule->getInputProfiles().size(); in checkInputsForDevice()
6904 sp<IOProfile> profile = hwModule->getInputProfiles()[profile_index]; in checkInputsForDevice()
6997 profile_index < hwModule->getInputProfiles().size(); in checkInputsForDevice()
6999 sp<IOProfile> profile = hwModule->getInputProfiles()[profile_index]; in checkInputsForDevice()
7978 for (const auto& profile : hwModule->getInputProfiles()) { in getInputProfile()
8929 IOProfileCollection ioProfiles = isInput ? hwModule->getInputProfiles() in getProfilesForDevices()