Searched refs:mOutputProfiles (Results 1 – 2 of 2) sorted by relevance
36 for (size_t i = 0; i < mOutputProfiles.size(); i++) { in ~HwModule()37 mOutputProfiles[i]->clearSupportedDevices(); in ~HwModule()73 mOutputProfiles.add(profile); in addOutputProfile()108 for (size_t i = 0; i < mOutputProfiles.size(); i++) { in removeOutputProfile()109 if (mOutputProfiles[i]->getName() == name) { in removeOutputProfile()110 for (const auto &device : mOutputProfiles[i]->getSupportedDevices()) { in removeOutputProfile()113 mOutputProfiles.removeAt(i); in removeOutputProfile()215 for (const auto& stream : mOutputProfiles) { in refreshSupportedDevices()255 if (mOutputProfiles.size()) { in dump()257 for (size_t i = 0; i < mOutputProfiles.size(); i++) { in dump()[all …]
71 const OutputProfileCollection &getOutputProfiles() const { return mOutputProfiles; } in getOutputProfiles()124 OutputProfileCollection mOutputProfiles; // output profiles exposed by this module variable