Searched refs:mInputProfiles (Results 1 – 2 of 2) sorted by relevance
48 for (size_t i = 0; i < mInputProfiles.size(); i++) { in ~HwModule()49 mInputProfiles[i]->clearSupportedDevices(); in ~HwModule()90 mInputProfiles.add(profile); in addInputProfile()152 for (size_t i = 0; i < mInputProfiles.size(); i++) { in removeInputProfile()153 if (mInputProfiles[i]->getName() == name) { in removeInputProfile()154 for (const auto &device : mInputProfiles[i]->getSupportedDevices()) { in removeInputProfile()157 mInputProfiles.removeAt(i); in removeInputProfile()203 for (const auto& stream : mInputProfiles) { in refreshSupportedDevices()270 if (mInputProfiles.size()) { in dump()271 dst->appendFormat("%*s- Input MixPorts (%zu):\n", spaces - 2, "", mInputProfiles.size()); in dump()[all …]
71 const InputProfileCollection &getInputProfiles() const { return mInputProfiles; } in getInputProfiles()127 InputProfileCollection mInputProfiles; // input profiles exposed by this module variable