Searched refs:sw_patches (Results 1 – 2 of 2) sorted by relevance
795 for (const auto& patchHandle : module.second.sw_patches) { in getDownstreamSoftwarePatches()859 mInsertedModules[module].sw_patches.insert(handle); in addSoftwarePatchToInsertedModules()869 module.second.sw_patches.erase(handle); in removeSoftwarePatchFromInsertedModules()889 if (!module.second.streams.empty() || !module.second.sw_patches.empty()) { in dump()899 for (const auto& patch : module.second.sw_patches) { in dump()
265 std::set<audio_patch_handle_t> sw_patches; member