/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]);
|
AudioHandle.java | 22 * (AudioPort or AudioPatch)
|
AudioRecordingConfiguration.java | 128 ArrayList<AudioPatch> patches = new ArrayList<AudioPatch>(); 134 final AudioPatch patch = patches.get(i);
|
AudioSystem.java | [all...] |
AudioManager.java | [all...] |
/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);
|
/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/engine/interface/ |
AudioPolicyManagerObserver.h | 22 #include <AudioPatch.h>
|
/frameworks/av/services/audioflinger/ |
PatchPanel.h | 52 const struct audio_patch *audioPatch);
|
PatchPanel.cpp | 421 const struct audio_patch *audioPatch) 426 subPatch.sources[0] = audioPatch->sources[0]; 439 if (audioPatch->num_sinks != 0) { 441 subPatch.sinks[0] = audioPatch->sinks[0]; 491 audioPatch->sources[1].ext.mix.usecase.stream,
|
/docs/source.android.com/src/devices/audio/ |
tv.jd | 229 AudioPatch[] patches = new AudioPatch[] { null };
|
/frameworks/av/services/audiopolicy/managerdefault/ |
AudioPolicyManager.h | 35 #include <AudioPatch.h> 457 virtual status_t addAudioPatch(audio_patch_handle_t handle, const sp<AudioPatch>& patch) 552 sp<AudioPatch> mCallTxPatch; 553 sp<AudioPatch> mCallRxPatch; [all...] |
AudioPolicyManager.cpp | 455 mCallRxPatch = new AudioPatch(&patch, mUidCached); 516 mCallTxPatch = new AudioPatch(&patch, mUidCached); [all...] |
/frameworks/base/services/core/java/com/android/server/tv/ |
TvInputHardwareManager.java | 40 import android.media.AudioPatch; 750 public void onAudioPatchListUpdate(AudioPatch[] patchList) { 770 private AudioPatch mAudioPatch = null; [all...] |
/frameworks/base/media/java/android/media/audiopolicy/ |
AudioPolicyConfig.java | 21 import android.media.AudioPatch;
|
/frameworks/base/core/jni/ |
android_media_AudioSystem.cpp | [all...] |
android_hardware_SoundTrigger.cpp | 391 ALOGE("listModules NULL AudioPatch ArrayList"); [all...] |
/prebuilts/misc/common/robolectric/lib/ |
android-all-5.0.0_r2-robolectric-1-sources.jar | |
android-all-6.0.0_r1-robolectric-0-sources.jar | |
/frameworks/base/ |
preloaded-classes | [all...] |