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.cpp703 status_t MediaPlayer::attachAuxEffect(int effectId) in attachAuxEffect()
DIMediaPlayer.cpp348 status_t attachAuxEffect(int effectId) in attachAuxEffect()
DAudioTrack.cpp1096 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.cpp651 bool android_fx_initEffectDescriptor(const SLInterfaceID effectId, in android_fx_initEffectDescriptor()
/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/core/java/android/view/
DIWindowSession.aidl140 boolean performHapticFeedback(IWindow window, int effectId, boolean always); in performHapticFeedback()
DWindowManagerPolicy.java1193 public boolean performHapticFeedbackLw(WindowState win, int effectId, boolean always); in performHapticFeedbackLw()
DViewRootImpl.java5441 public void playSoundEffect(int effectId) { in playSoundEffect()
5478 public boolean performHapticFeedback(int effectId, boolean always) { in performHapticFeedback()
/frameworks/base/services/core/java/com/android/server/wm/
DSession.java247 public boolean performHapticFeedback(IWindow window, int effectId, in performHapticFeedback()
/frameworks/base/media/java/android/media/
DAudioTrack.java2174 public int attachAuxEffect(int effectId) { in attachAuxEffect()
2579 private native final int native_attachAuxEffect(int effectId); in native_attachAuxEffect()
DMediaPlayer.java1849 public native void attachAuxEffect(int effectId); in attachAuxEffect()
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.cpp1159 status_t MediaPlayerService::Client::attachAuxEffect(int effectId) in attachAuxEffect()
1958 status_t MediaPlayerService::AudioOutput::attachAuxEffect(int effectId) in attachAuxEffect()
/frameworks/base/media/jni/
Dandroid_media_MediaPlayer.cpp942 static void android_media_MediaPlayer_attachAuxEffect(JNIEnv *env, jobject thiz, jint effectId) { in android_media_MediaPlayer_attachAuxEffect()
/frameworks/base/core/jni/
Dandroid_media_AudioTrack.cpp988 jint effectId) { in android_media_AudioTrack_attachAuxEffect()
/frameworks/av/services/audioflinger/
DThreads.cpp1275 sp<AudioFlinger::EffectModule> AudioFlinger::ThreadBase::getEffect(int sessionId, int effectId) in getEffect()
1281 sp<AudioFlinger::EffectModule> AudioFlinger::ThreadBase::getEffect_l(int sessionId, int effectId) in getEffect_l()
2687 void AudioFlinger::PlaybackThread::detachAuxEffect_l(int effectId) in detachAuxEffect_l()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java6517 public boolean performHapticFeedbackLw(WindowState win, int effectId, boolean always) { in performHapticFeedbackLw()