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()91 mInputProfiles.add(profile); in addInputProfile()155 for (size_t i = 0; i < mInputProfiles.size(); i++) { in removeInputProfile()156 if (mInputProfiles[i]->getName() == name) { in removeInputProfile()157 for (const auto &device : mInputProfiles[i]->getSupportedDevices()) { in removeInputProfile()160 mInputProfiles.removeAt(i); in removeInputProfile()206 for (const auto& stream : mInputProfiles) { in refreshSupportedDevices()273 if (mInputProfiles.size()) { in dump()274 dst->appendFormat("%*s- Input MixPorts (%zu):\n", spaces - 2, "", mInputProfiles.size()); in dump()[all …]
71 const InputProfileCollection &getInputProfiles() const { return mInputProfiles; } in getInputProfiles()129 InputProfileCollection mInputProfiles; // input profiles exposed by this module variable