Home
last modified time | relevance | path

Searched defs:effectId (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/base/media/java/android/media/videoeditor/
DEffectKenBurns.java52 public EffectKenBurns(MediaItem mediaItem, String effectId, Rect startRect, in EffectKenBurns()
DEffectColor.java93 public EffectColor(MediaItem mediaItem, String effectId, long startTimeMs, in EffectColor()
DEffect.java62 public Effect(MediaItem mediaItem, String effectId, long startTimeMs, in Effect()
DMediaItem.java333 public Effect removeEffect(String effectId) { in removeEffect()
385 public Effect getEffect(String effectId) { in getEffect()
DVideoEditorImpl.java1294 final String effectId = parser.getAttributeValue("", ATTR_ID); in parseEffect() local
/frameworks/av/media/libmedia/
DIAudioTrack.cpp106 virtual status_t attachAuxEffect(int effectId) in attachAuxEffect()
Dmediaplayer.cpp583 status_t MediaPlayer::attachAuxEffect(int effectId) in attachAuxEffect()
DIMediaPlayer.cpp266 status_t attachAuxEffect(int effectId) in attachAuxEffect()
DAudioTrack.cpp730 status_t AudioTrack::attachAuxEffect(int effectId) in attachAuxEffect()
/frameworks/base/core/java/android/view/
DIWindowSession.aidl128 boolean performHapticFeedback(IWindow window, int effectId, boolean always); in performHapticFeedback()
DWindowManagerPolicy.java1041 public boolean performHapticFeedbackLw(WindowState win, int effectId, boolean always); in performHapticFeedbackLw()
DViewRootImpl.java3858 public void playSoundEffect(int effectId) { in playSoundEffect()
3894 public boolean performHapticFeedback(int effectId, boolean always) { in performHapticFeedback()
/frameworks/wilhelm/src/android/
Dandroid_GenericMediaPlayer.cpp457 int32_t effectId = 0; in onAttachAuxEffect() local
Dandroid_GenericPlayer.cpp215 void GenericPlayer::attachAuxEffect(int32_t effectId) in attachAuxEffect()
Dandroid_Effect.cpp639 bool android_fx_initEffectDescriptor(const SLInterfaceID effectId, in android_fx_initEffectDescriptor()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeWindowSession.java66 public boolean performHapticFeedback(IWindow window, int effectId, boolean always) { in performHapticFeedback()
/frameworks/base/media/java/android/media/
DAudioTrack.java1058 public int attachAuxEffect(int effectId) { in attachAuxEffect()
1254 private native final int native_attachAuxEffect(int effectId); in native_attachAuxEffect()
DMediaPlayer.java1417 public native void attachAuxEffect(int effectId); in attachAuxEffect()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
DVideoEditorHelper.java203 public EffectColor createEffectItem(MediaItem mediaItem, String effectId, in createEffectItem()
/frameworks/base/services/java/com/android/server/wm/
DSession.java207 public boolean performHapticFeedback(IWindow window, int effectId, in performHapticFeedback()
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.cpp1160 status_t MediaPlayerService::Client::attachAuxEffect(int effectId) in attachAuxEffect()
1760 status_t MediaPlayerService::AudioOutput::attachAuxEffect(int effectId) in attachAuxEffect()
/frameworks/base/core/jni/
Dandroid_media_AudioTrack.cpp813 jint effectId) { in android_media_AudioTrack_attachAuxEffect()
/frameworks/base/media/jni/
Dandroid_media_MediaPlayer.cpp701 static void android_media_MediaPlayer_attachAuxEffect(JNIEnv *env, jobject thiz, jint effectId) { in android_media_MediaPlayer_attachAuxEffect()
/frameworks/av/services/audioflinger/
DAudioFlinger.h556 virtual void detachAuxEffect_l(int effectId) {} in detachAuxEffect_l()
DAudioFlinger.cpp7700 sp<AudioFlinger::EffectModule> AudioFlinger::ThreadBase::getEffect(int sessionId, int effectId) in getEffect()
7706 sp<AudioFlinger::EffectModule> AudioFlinger::ThreadBase::getEffect_l(int sessionId, int effectId) in getEffect_l()
7953 void AudioFlinger::PlaybackThread::detachAuxEffect_l(int effectId) in detachAuxEffect_l()

12