Home
last modified time | relevance | path

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

/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
DSimplePlayer.java180 public void attachAuxEffect(int effectId) { in attachAuxEffect()
/frameworks/av/media/libmedia/
DIAudioTrack.cpp104 virtual status_t attachAuxEffect(int effectId) in attachAuxEffect()
Dmediaplayer.cpp630 status_t MediaPlayer::attachAuxEffect(int effectId) in attachAuxEffect()
DIMediaPlayer.cpp274 status_t attachAuxEffect(int effectId) in attachAuxEffect()
DAudioTrack.cpp909 status_t AudioTrack::attachAuxEffect(int effectId) in attachAuxEffect()
/frameworks/wilhelm/src/android/
Dandroid_GenericMediaPlayer.cpp457 int32_t effectId = 0; in onAttachAuxEffect() local
Dandroid_GenericPlayer.cpp216 void GenericPlayer::attachAuxEffect(int32_t effectId) in attachAuxEffect()
Dandroid_Effect.cpp643 bool android_fx_initEffectDescriptor(const SLInterfaceID effectId, in android_fx_initEffectDescriptor()
/frameworks/base/core/java/android/view/
DIWindowSession.aidl138 boolean performHapticFeedback(IWindow window, int effectId, boolean always); in performHapticFeedback()
DWindowManagerPolicy.java1145 public boolean performHapticFeedbackLw(WindowState win, int effectId, boolean always); in performHapticFeedbackLw()
DViewRootImpl.java5327 public void playSoundEffect(int effectId) { in playSoundEffect()
5368 public boolean performHapticFeedback(int effectId, boolean always) { in performHapticFeedback()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeWindowSession.java84 public boolean performHapticFeedback(IWindow window, int effectId, boolean always) { in performHapticFeedback()
/frameworks/base/media/java/android/media/
DAudioTrack.java1486 public int attachAuxEffect(int effectId) { in attachAuxEffect()
1696 private native final int native_attachAuxEffect(int effectId); in native_attachAuxEffect()
DMediaPlayer.java1657 public native void attachAuxEffect(int effectId); in attachAuxEffect()
/frameworks/base/services/core/java/com/android/server/wm/
DSession.java246 public boolean performHapticFeedback(IWindow window, int effectId, in performHapticFeedback()
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.cpp1107 status_t MediaPlayerService::Client::attachAuxEffect(int effectId) in attachAuxEffect()
1879 status_t MediaPlayerService::AudioOutput::attachAuxEffect(int effectId) in attachAuxEffect()
/frameworks/base/media/jni/
Dandroid_media_MediaPlayer.cpp760 static void android_media_MediaPlayer_attachAuxEffect(JNIEnv *env, jobject thiz, jint effectId) { in android_media_MediaPlayer_attachAuxEffect()
/frameworks/base/core/jni/
Dandroid_media_AudioTrack.cpp977 jint effectId) { in android_media_AudioTrack_attachAuxEffect()
/frameworks/av/services/audioflinger/
DThreads.cpp1030 sp<AudioFlinger::EffectModule> AudioFlinger::ThreadBase::getEffect(int sessionId, int effectId) in getEffect()
1036 sp<AudioFlinger::EffectModule> AudioFlinger::ThreadBase::getEffect_l(int sessionId, int effectId) in getEffect_l()
2382 void AudioFlinger::PlaybackThread::detachAuxEffect_l(int effectId) in detachAuxEffect_l()
/frameworks/base/policy/src/com/android/internal/policy/impl/
DPhoneWindowManager.java5945 public boolean performHapticFeedbackLw(WindowState win, int effectId, boolean always) { in performHapticFeedbackLw()