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()72 mInputProfiles.add(profile); in addInputProfile()133 for (size_t i = 0; i < mInputProfiles.size(); i++) { in removeInputProfile()134 if (mInputProfiles[i]->getName() == name) { in removeInputProfile()135 for (const auto &device : mInputProfiles[i]->getSupportedDevices()) { in removeInputProfile()138 mInputProfiles.removeAt(i); in removeInputProfile()184 for (const auto& stream : mInputProfiles) { in refreshSupportedDevices()252 if (mInputProfiles.size()) { in dump()254 for (size_t i = 0; i < mInputProfiles.size(); i++) { in dump()[all …]
66 const InputProfileCollection &getInputProfiles() const { return mInputProfiles; } in getInputProfiles()121 InputProfileCollection mInputProfiles; // input profiles exposed by this module variable