Searched defs:Patch (Results 1 – 1 of 1) sorted by relevance
163 explicit Patch(const struct audio_patch &patch) : mAudioPatch(patch) {} in Patch() function166 Patch(const Patch& other) noexcept { in Patch() function173 Patch(Patch&& other) noexcept { swap(other); } in Patch() function