Searched defs:effectId (Results 1 - 25 of 26) sorted by path

12

/frameworks/av/media/libmedia/
H A DAudioTrack.cpp736 status_t AudioTrack::attachAuxEffect(int effectId) argument
738 ALOGV("attachAuxEffect(%d)", effectId);
739 status_t status = mAudioTrack->attachAuxEffect(effectId);
741 mAuxEffectId = effectId;
H A DIAudioTrack.cpp106 virtual status_t attachAuxEffect(int effectId) argument
110 data.writeInt32(effectId);
H A DIMediaPlayer.cpp267 status_t attachAuxEffect(int effectId) argument
271 data.writeInt32(effectId);
H A Dmediaplayer.cpp583 status_t MediaPlayer::attachAuxEffect(int effectId) argument
585 ALOGV("MediaPlayer::attachAuxEffect(%d)", effectId);
594 return mPlayer->attachAuxEffect(effectId);
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp994 status_t MediaPlayerService::Client::attachAuxEffect(int effectId) argument
996 ALOGV("[%d] attachAuxEffect(%d)", mConnId, effectId);
998 if (mAudioOutput != 0) return mAudioOutput->attachAuxEffect(effectId);
1626 status_t MediaPlayerService::AudioOutput::attachAuxEffect(int effectId) argument
1628 ALOGV("attachAuxEffect(%d)", effectId);
1629 mAuxEffectId = effectId;
1631 return mTrack->attachAuxEffect(effectId);
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp7855 sp<AudioFlinger::EffectModule> AudioFlinger::ThreadBase::getEffect(int sessionId, int effectId) argument
7858 return getEffect_l(sessionId, effectId);
7861 sp<AudioFlinger::EffectModule> AudioFlinger::ThreadBase::getEffect_l(int sessionId, int effectId) argument
7864 return chain != 0 ? chain->getEffectFromId_l(effectId) : 0;
8110 void AudioFlinger::PlaybackThread::detachAuxEffect_l(int effectId) argument
8114 if (track->auxEffectId() == effectId) {
H A DAudioFlinger.h623 sp<AudioFlinger::EffectModule> getEffect(int sessionId, int effectId);
624 sp<AudioFlinger::EffectModule> getEffect_l(int sessionId, int effectId);
632 virtual void detachAuxEffect_l(int effectId) {} argument
1110 virtual void detachAuxEffect_l(int effectId);
1413 virtual status_t attachAuxEffect(int effectId);
/frameworks/base/core/java/android/view/
H A DView.java17609 void playSoundEffect(int effectId); argument
17610 boolean performHapticFeedback(int effectId, boolean always); argument
H A DViewRootImpl.java3984 public void playSoundEffect(int effectId) { argument
3990 switch (effectId) {
4007 throw new IllegalArgumentException("unknown effect id " + effectId +
4020 public boolean performHapticFeedback(int effectId, boolean always) { argument
4022 return mWindowSession.performHapticFeedback(mWindow, effectId, always);
H A DWindowManagerPolicy.java1065 public boolean performHapticFeedbackLw(WindowState win, int effectId, boolean always); argument
/frameworks/base/core/jni/
H A Dandroid_media_AudioTrack.cpp813 jint effectId) {
820 return android_media_translateErrorCode( lpTrack->attachAuxEffect(effectId) );
812 android_media_AudioTrack_attachAuxEffect(JNIEnv *env, jobject thiz, jint effectId) argument
/frameworks/base/media/java/android/media/
H A DAudioTrack.java1054 * @param effectId system wide unique id of the effect to attach
1058 public int attachAuxEffect(int effectId) { argument
1062 return native_attachAuxEffect(effectId);
1254 private native final int native_attachAuxEffect(int effectId); argument
H A DMediaPlayer.java1417 * @param effectId system wide unique id of the effect to attach
1419 public native void attachAuxEffect(int effectId); argument
/frameworks/base/media/java/android/media/videoeditor/
H A DEffect.java57 * @param effectId The effect id
62 public Effect(MediaItem mediaItem, String effectId, long startTimeMs, argument
76 mUniqueId = effectId;
H A DEffectColor.java83 * @param effectId The effect id
93 public EffectColor(MediaItem mediaItem, String effectId, long startTimeMs, argument
95 super(mediaItem, effectId, startTimeMs, durationMs);
H A DEffectKenBurns.java46 * @param effectId The effect id
52 public EffectKenBurns(MediaItem mediaItem, String effectId, Rect startRect, argument
54 super(mediaItem, effectId, startTimeMs, durationMs);
H A DMediaItem.java328 * @param effectId The id of the effect to be removed
333 public Effect removeEffect(String effectId) { argument
335 if (effect.getId().equals(effectId)) {
382 * @param effectId The effect id
385 public Effect getEffect(String effectId) { argument
387 if (effect.getId().equals(effectId)) {
/frameworks/base/media/jni/
H A Dandroid_media_MediaPlayer.cpp702 static void android_media_MediaPlayer_attachAuxEffect(JNIEnv *env, jobject thiz, jint effectId) { argument
703 ALOGV("attachAuxEffect(): %d", effectId);
709 process_media_player_call( env, thiz, mp->attachAuxEffect(effectId), NULL, NULL );
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A DSimplePlayer.java180 public void attachAuxEffect(int effectId) { argument
181 mEffectId = effectId;
183 Log.d(TAG,"attach effect: "+effectId);
184 mMediaPlayer.attachAuxEffect(effectId);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
H A DVideoEditorHelper.java203 public EffectColor createEffectItem(MediaItem mediaItem, String effectId, argument
206 effectonMVI = new EffectColor(mediaItem, effectId, startTime,
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java4407 public boolean performHapticFeedbackLw(WindowState win, int effectId, boolean always) { argument
4417 switch (effectId) {
/frameworks/base/services/java/com/android/server/wm/
H A DSession.java237 public boolean performHapticFeedback(IWindow window, int effectId, argument
244 effectId, always);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeWindowSession.java83 public boolean performHapticFeedback(IWindow window, int effectId, boolean always) { argument
/frameworks/wilhelm/src/android/
H A Dandroid_Effect.cpp639 bool android_fx_initEffectDescriptor(const SLInterfaceID effectId, argument
656 (0 == memcmp(effectId, &descriptor.type, sizeof(effect_uuid_t)))) {
H A Dandroid_GenericMediaPlayer.cpp457 int32_t effectId = 0; local
458 if (msg->findInt32(WHATPARAM_ATTACHAUXEFFECT, &effectId)) {
461 status = mPlayer->attachAuxEffect(effectId);

Completed in 1813 milliseconds

12