Home | History | Annotate | Download | only in audioflinger

Lines Matching defs:Patch

25     class Patch;
37 /* Create a patch between several source and sink ports */
38 status_t createAudioPatch(const struct audio_patch *patch,
41 /* Release a patch */
51 status_t createPatchConnections(Patch *patch,
53 void clearPatchConnections(Patch *patch);
55 class Patch {
57 Patch(const struct audio_patch *patch) :
58 mAudioPatch(*patch), mHandle(AUDIO_PATCH_HANDLE_NONE),
61 ~Patch() {}
77 SortedVector <Patch *> mPatches;