Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DIAfPatchPanel.h198 Patch(const struct audio_patch& patch, bool endpointPatch) in Patch() function
202 Patch(const Patch& other) noexcept { in Patch() function
210 Patch(Patch&& other) noexcept { swap(other); } in Patch() function
DEffects.cpp3496 const IAfPatchPanel::Patch& /* patch */) { in onUpdatePatch()