Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/tests/
Daudio_health_tests.cpp99 for (const auto& profile : hwModule->getInputProfiles()) { in TEST()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DHwModule.cpp312 module->getOutputProfiles() : module->getInputProfiles(); in getModuleForDeviceType()
437 hwModule->getInputProfiles()); in createDevice()
479 hwModule->getOutputProfiles() : hwModule->getInputProfiles(); in cleanUpForDevice()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DHwModule.h71 const InputProfileCollection &getInputProfiles() const { return mInputProfiles; } in getInputProfiles() function
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp2061 msdModule->getInputProfiles() : deviceModule->getInputProfiles(); in buildMsdPatch()
6464 const InputProfileCollection &inputProfiles = hwModule->getInputProfiles(); in isUltrasoundSupported()
6485 const InputProfileCollection &inputProfiles = hwModule->getInputProfiles(); in isHotwordStreamSupported()
6963 for (const auto& inProfile : hwModule->getInputProfiles()) { in onNewAudioModulesAvailableInt()
7259 profile_index < hwModule->getInputProfiles().size(); in checkInputsForDevice()
7261 sp<IOProfile> profile = hwModule->getInputProfiles()[profile_index]; in checkInputsForDevice()
7364 profile_index < hwModule->getInputProfiles().size(); in checkInputsForDevice()
7366 sp<IOProfile> profile = hwModule->getInputProfiles()[profile_index]; in checkInputsForDevice()
8382 for (const auto& profile : hwModule->getInputProfiles()) { in getInputProfile()
9386 IOProfileCollection ioProfiles = isInput ? hwModule->getInputProfiles() in getProfilesForDevices()
[all …]