Searched refs:getInputProfiles (Results 1 – 4 of 4) sorted by relevance
302 module->getOutputProfiles() : module->getInputProfiles(); in getModuleForDeviceType()427 hwModule->getInputProfiles()); in createDevice()469 hwModule->getOutputProfiles() : hwModule->getInputProfiles(); in cleanUpForDevice()
99 for (const auto& profile : hwModule->getInputProfiles()) { in TEST()
71 const InputProfileCollection &getInputProfiles() const { return mInputProfiles; } in getInputProfiles() function
1940 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()