Home | History | Annotate | Download | only in libmedia

Lines Matching full:audio_patch

495     virtual status_t createAudioPatch(const struct audio_patch *patch,
503 data.write(patch, sizeof(struct audio_patch));
527 struct audio_patch *patches,
548 reply.read(patches, numPatchesReq * sizeof(struct audio_patch));
985 struct audio_patch patch;
986 data.read(&patch, sizeof(struct audio_patch));
1011 struct audio_patch *patches =
1012 (struct audio_patch *)calloc(numPatchesReq,
1013 sizeof(struct audio_patch));
1021 reply->write(patches, numPatchesReq * sizeof(struct audio_patch));