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