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

/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/
H A DAudioPolicyManager.h324 class AudioPatch: public RefBase class in class:android::AudioPolicyManager
327 AudioPatch(audio_patch_handle_t handle, function in class:android::AudioPolicyManager::AudioPatch
771 const sp<AudioPatch>& patch);
838 DefaultKeyedVector<audio_patch_handle_t, sp<AudioPatch> > mAudioPatches;
842 sp<AudioPatch> mCallTxPatch;
843 sp<AudioPatch> mCallRxPatch;

Completed in 246 milliseconds