Searched refs:mOutputProfiles (Results 1 – 2 of 2) sorted by relevance
37 for (size_t i = 0; i < mOutputProfiles.size(); i++) { in ~HwModule()38 mOutputProfiles[i]->clearSupportedDevices(); in ~HwModule()66 mOutputProfiles.add(profile); in addOutputProfile()101 for (size_t i = 0; i < mOutputProfiles.size(); i++) { in removeOutputProfile()102 if (mOutputProfiles[i]->getName() == name) { in removeOutputProfile()103 for (const auto &device : mOutputProfiles[i]->getSupportedDevices()) { in removeOutputProfile()106 mOutputProfiles.removeAt(i); in removeOutputProfile()208 for (const auto& stream : mOutputProfiles) { in refreshSupportedDevices()247 if (mOutputProfiles.size()) { in dump()249 for (size_t i = 0; i < mOutputProfiles.size(); i++) { in dump()[all …]
67 const OutputProfileCollection &getOutputProfiles() const { return mOutputProfiles; } in getOutputProfiles()119 OutputProfileCollection mOutputProfiles; // output profiles exposed by this module variable