HomeSort by relevance Sort by last modified time
    Searched defs:AudioPatch (Results 1 - 3 of 3) sorted by null

  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioPatch.h 27 class AudioPatch : public RefBase
30 AudioPatch(const struct audio_patch *patch, uid_t uid);
43 class AudioPatchCollection : public DefaultKeyedVector<audio_patch_handle_t, sp<AudioPatch> >
46 status_t addAudioPatch(audio_patch_handle_t handle, const sp<AudioPatch>& patch);
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioPatch.cpp 17 #define LOG_TAG "APM::AudioPatch"
20 #include "AudioPatch.h"
30 int32_t volatile AudioPatch::mNextUniqueId = 1;
32 AudioPatch::AudioPatch(const struct audio_patch *patch, uid_t uid) :
40 status_t AudioPatch::dump(int fd, int spaces, int index) const
90 const sp<AudioPatch>& patch)
137 const sp<AudioPatch> patch = valueAt(patchIndex);
  /frameworks/base/media/java/android/media/
AudioPatch.java 21 * 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 {
36 AudioPatch(AudioHandle patchHandle, AudioPortConfig[] sources, AudioPortConfig[] sinks) {

Completed in 51 milliseconds