/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);
|
AudioSourceDescriptor.h | 24 #include <AudioPatch.h> 47 sp<AudioPatch> mPatchDesc;
|
AudioPolicyConfig.h | 22 #include <AudioPatch.h>
|
/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) {
|
AudioPortEventHandler.java | 85 ArrayList<AudioPatch> patches = new ArrayList<AudioPatch>(); 106 AudioPatch[] patchList = patches.toArray(new AudioPatch[0]);
|
AudioRecordingConfiguration.java | 128 ArrayList<AudioPatch> patches = new ArrayList<AudioPatch>(); 134 final AudioPatch patch = patches.get(i);
|
AudioManager.java | [all...] |
AudioSystem.java | 707 public static native int createAudioPatch(AudioPatch[] patch, 709 public static native int releaseAudioPatch(AudioPatch patch); 710 public static native int listAudioPatches(ArrayList<AudioPatch> patches, int[] generation); [all...] |
/frameworks/av/services/audiopolicy/engine/interface/ |
AudioPolicyManagerObserver.h | 22 #include <AudioPatch.h>
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
AudioPatch.cpp | 17 #define LOG_TAG "APM::AudioPatch" 20 #include "AudioPatch.h" 28 int32_t volatile AudioPatch::mNextUniqueId = 1; 30 AudioPatch::AudioPatch(const struct audio_patch *patch, uid_t uid) : 38 status_t AudioPatch::dump(int fd, int spaces, int index) const 88 const sp<AudioPatch>& patch) 135 const sp<AudioPatch> patch = valueAt(patchIndex);
|
/packages/services/Car/tests/carservice_test/src/android/media/tests/ |
AudioPolicyTest.java | 23 import android.media.AudioPatch; 115 public void onAudioPatchListUpdate(AudioPatch[] patchList) { 117 for (AudioPatch patch : patchList) {
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/ |
Android.mk | 14 src/AudioPatch.cpp \
|
/frameworks/av/services/audiopolicy/managerdefault/ |
AudioPolicyManager.h | 35 #include <AudioPatch.h> 456 virtual status_t addAudioPatch(audio_patch_handle_t handle, const sp<AudioPatch>& patch) 547 sp<AudioPatch> mCallTxPatch; 548 sp<AudioPatch> mCallRxPatch; [all...] |
AudioPolicyManager.cpp | 398 mCallRxPatch = new AudioPatch(&patch, mUidCached); 457 mCallTxPatch = new AudioPatch(&patch, mUidCached); [all...] |
/frameworks/base/media/java/android/media/audiopolicy/ |
AudioPolicyConfig.java | 21 import android.media.AudioPatch;
|
/frameworks/base/services/core/java/com/android/server/tv/ |
TvInputHardwareManager.java | 39 import android.media.AudioPatch; 736 public void onAudioPatchListUpdate(AudioPatch[] patchList) { 756 private AudioPatch mAudioPatch = null; [all...] |
/frameworks/base/ |
compiled-classes-phone | [all...] |