Searched refs:mOutputProfiles (Results 1 – 2 of 2) sorted by relevance
45 for (size_t i = 0; i < mOutputProfiles.size(); i++) { in ~HwModule()46 mOutputProfiles[i]->clearSupportedDevices(); in ~HwModule()83 mOutputProfiles.add(profile); in addOutputProfile()118 for (size_t i = 0; i < mOutputProfiles.size(); i++) { in removeOutputProfile()119 if (mOutputProfiles[i]->getName() == name) { in removeOutputProfile()120 for (const auto &device : mOutputProfiles[i]->getSupportedDevices()) { in removeOutputProfile()123 mOutputProfiles.removeAt(i); in removeOutputProfile()227 for (const auto& stream : mOutputProfiles) { in refreshSupportedDevices()265 if (mOutputProfiles.size()) { in dump()266 dst->appendFormat("%*s- Output MixPorts (%zu):\n", spaces - 2, "", mOutputProfiles.size()); in dump()[all …]
72 const OutputProfileCollection &getOutputProfiles() const { return mOutputProfiles; } in getOutputProfiles()128 OutputProfileCollection mOutputProfiles; // output profiles exposed by this module variable