Lines Matching refs:Patch
163 class Patch final {
165 Patch(const struct audio_patch &patch, bool endpointPatch) : in Patch() function
167 Patch() = default;
168 ~Patch();
169 Patch(const Patch& other) noexcept { in Patch() function
177 Patch(Patch&& other) noexcept { swap(other); } in Patch() function
178 Patch& operator=(Patch&& other) noexcept {
183 void swap(Patch &other) noexcept { in swap()
193 friend void swap(Patch &a, Patch &b) noexcept { in swap()
229 std::map<audio_patch_handle_t, Patch>& patches_l() { return mPatches; } in patches_l()
241 std::map<audio_patch_handle_t, Patch> mPatches;