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()63 mOutputProfiles.add(profile); in addOutputProfile()98 for (size_t i = 0; i < mOutputProfiles.size(); i++) { in removeOutputProfile()99 if (mOutputProfiles[i]->getName() == name) { in removeOutputProfile()100 mOutputProfiles.removeAt(i); in removeOutputProfile()196 for (const auto& stream : mOutputProfiles) { in refreshSupportedDevices()234 if (mOutputProfiles.size()) { in dump()236 for (size_t i = 0; i < mOutputProfiles.size(); i++) { in dump()239 mOutputProfiles[i]->dump(fd); in dump()
51 const OutputProfileCollection &getOutputProfiles() const { return mOutputProfiles; } in getOutputProfiles()92 OutputProfileCollection mOutputProfiles; // output profiles exposed by this module variable