Searched defs:AudioPatch (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioPatch.h28 class AudioPatch : public RefBase, private HandleGenerator<audio_patch_handle_t> class in namespace:android
31 AudioPatch(const struct audio_patch *patch, uid_t uid);
41 class AudioPatchCollection : public DefaultKeyedVector<audio_patch_handle_t, sp<AudioPatch> >
44 status_t addAudioPatch(audio_patch_handle_t handle, const sp<AudioPatch>& patch);
/frameworks/base/media/java/android/media/
H A DAudioPatch.java21 * An AudioPatch describes a connection between audio sources and audio sinks.
24 * An AudioPatch is created by AudioManager.createAudioPatch() and released by
30 public class AudioPatch { class
36 AudioPatch(AudioHandle patchHandle, AudioPortConfig[] sources, AudioPortConfig[] sinks) { method in class:AudioPatch
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioPatch.cpp17 #define LOG_TAG "APM::AudioPatch"
20 #include "AudioPatch.h"
29 AudioPatch::AudioPatch(const struct audio_patch *patch, uid_t uid) : function in class:android::AudioPatch
37 status_t AudioPatch::dump(int fd, int spaces, int index) const
87 const sp<AudioPatch>& patch)
134 const sp<AudioPatch> patch = valueAt(patchIndex);

Completed in 60 milliseconds