Searched refs:mInputProfiles (Results 1 – 2 of 2) sorted by relevance
40 for (size_t i = 0; i < mInputProfiles.size(); i++) { in ~HwModule()41 mInputProfiles[i]->clearSupportedDevices(); in ~HwModule()74 mInputProfiles.add(profile); in addInputProfile()136 for (size_t i = 0; i < mInputProfiles.size(); i++) { in removeInputProfile()137 if (mInputProfiles[i]->getName() == name) { in removeInputProfile()138 for (const auto &device : mInputProfiles[i]->getSupportedDevices()) { in removeInputProfile()141 mInputProfiles.removeAt(i); in removeInputProfile()187 for (const auto& stream : mInputProfiles) { in refreshSupportedDevices()254 if (mInputProfiles.size()) { in dump()256 for (size_t i = 0; i < mInputProfiles.size(); i++) { in dump()[all …]
66 const InputProfileCollection &getInputProfiles() const { return mInputProfiles; } in getInputProfiles()120 InputProfileCollection mInputProfiles; // input profiles exposed by this module variable