Searched refs:mInputProfiles (Results 1 – 2 of 2) sorted by relevance
39 for (size_t i = 0; i < mInputProfiles.size(); i++) { in ~HwModule()40 mInputProfiles[i]->clearSupportedDevices(); in ~HwModule()81 mInputProfiles.add(profile); in addInputProfile()143 for (size_t i = 0; i < mInputProfiles.size(); i++) { in removeInputProfile()144 if (mInputProfiles[i]->getName() == name) { in removeInputProfile()145 for (const auto &device : mInputProfiles[i]->getSupportedDevices()) { in removeInputProfile()148 mInputProfiles.removeAt(i); in removeInputProfile()194 for (const auto& stream : mInputProfiles) { in refreshSupportedDevices()262 if (mInputProfiles.size()) { in dump()264 for (size_t i = 0; i < mInputProfiles.size(); i++) { in dump()[all …]
70 const InputProfileCollection &getInputProfiles() const { return mInputProfiles; } in getInputProfiles()125 InputProfileCollection mInputProfiles; // input profiles exposed by this module variable