Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DIAfPatchPanel.h197 Patch(const struct audio_patch& patch, bool endpointPatch) in Patch() function
201 Patch(const Patch& other) noexcept { in Patch() function
209 Patch(Patch&& other) noexcept { swap(other); } in Patch() function
DEffects.cpp3444 const IAfPatchPanel::Patch& /* patch */) { in onUpdatePatch()