Searched refs:sw_patches (Results 1 – 2 of 2) sorted by relevance
764 for (const auto& patchHandle : module.second.sw_patches) { in getDownstreamSoftwarePatches()817 mInsertedModules[module].sw_patches.insert(handle); in addSoftwarePatchToInsertedModules()824 module.second.sw_patches.erase(handle); in removeSoftwarePatchFromInsertedModules()844 if (!module.second.streams.empty() || !module.second.sw_patches.empty()) { in dump()854 for (const auto& patch : module.second.sw_patches) { in dump()
258 std::set<audio_patch_handle_t> sw_patches; member