Searched refs:sw_patches (Results 1 – 2 of 2) sorted by relevance
150 std::set<audio_patch_handle_t> sw_patches; member
888 for (const auto& patchHandle : module.second.sw_patches) { in getDownstreamSoftwarePatches()953 mInsertedModules[module].sw_patches.insert(handle); in addSoftwarePatchToInsertedModules_l()963 module.second.sw_patches.erase(handle); in removeSoftwarePatchFromInsertedModules()983 if (!module.second.streams.empty() || !module.second.sw_patches.empty()) { in dump()993 for (const auto& patch : module.second.sw_patches) { in dump()