Home
last modified time | relevance | path

Searched defs:Patch (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/
DPatchPanel.h163 explicit Patch(const struct audio_patch &patch) : mAudioPatch(patch) {} in Patch() function
166 Patch(const Patch& other) noexcept { in Patch() function
173 Patch(Patch&& other) noexcept { swap(other); } in Patch() function