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.h308 class AudioPatch: public RefBase class in class:android::AudioPolicyManager
311 AudioPatch(audio_patch_handle_t handle, function in class:android::AudioPolicyManager::AudioPatch
735 const sp<AudioPatch>& patch);
802 DefaultKeyedVector<audio_patch_handle_t, sp<AudioPatch> > mAudioPatches;
806 sp<AudioPatch> mCallTxPatch;
807 sp<AudioPatch> mCallRxPatch;

Completed in 198 milliseconds