HomeSort by relevance Sort by last modified time
    Searched refs:effectId (Results 26 - 43 of 43) sorted by null

12

  /frameworks/base/media/libmediaplayerservice/
MediaPlayerService.cpp 1052 status_t MediaPlayerService::Client::attachAuxEffect(int effectId)
1054 LOGV("[%d] attachAuxEffect(%d)", mConnId, effectId);
1056 if (mAudioOutput != 0) return mAudioOutput->attachAuxEffect(effectId);
    [all...]
  /frameworks/base/media/libmedia/
IMediaPlayer.cpp 276 status_t attachAuxEffect(int effectId)
280 data.writeInt32(effectId);
AudioTrack.cpp 697 status_t AudioTrack::attachAuxEffect(int effectId)
699 LOGV("attachAuxEffect(%d)", effectId);
700 status_t status = mAudioTrack->attachAuxEffect(effectId);
702 mAuxEffectId = effectId;
    [all...]
  /frameworks/base/services/audioflinger/
AudioFlinger.h 472 sp<AudioFlinger::EffectModule> getEffect_l(int sessionId, int effectId);
480 virtual void detachAuxEffect_l(int effectId) {}
607 status_t attachAuxEffect(int EffectId);
608 void setAuxBuffer(int EffectId, int32_t *buffer);
745 virtual void detachAuxEffect_l(int effectId);
747 int EffectId);
749 int EffectId);
    [all...]
AudioFlinger.cpp     [all...]
  /frameworks/base/media/jni/
android_media_MediaPlayer.cpp 700 static void android_media_MediaPlayer_attachAuxEffect(JNIEnv *env, jobject thiz, jint effectId) {
701 LOGV("attachAuxEffect(): %d", effectId);
707 process_media_player_call( env, thiz, mp->attachAuxEffect(effectId), NULL, NULL );
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
VideoEditorProject.java 885 * @param effectId The effect id
887 void removeEffect(String mediaItemId, String effectId) {
889 mediaItem.removeEffect(effectId);
897 * @param effectId The effect id
900 public MovieEffect getEffect(String mediaItemId, String effectId) {
    [all...]
ApiService.java     [all...]
  /frameworks/base/core/jni/
android_media_AudioTrack.cpp     [all...]
  /system/media/wilhelm/src/android/
android_Effect.cpp 619 bool android_fx_initEffectDescriptor(const SLInterfaceID effectId,
636 (0 == memcmp(effectId, &descriptor.type, sizeof(effect_uuid_t)))) {
  /frameworks/base/media/java/android/media/videoeditor/
VideoEditorImpl.java     [all...]
  /frameworks/base/media/java/android/media/
MediaPlayer.java     [all...]
  /frameworks/base/core/java/android/view/
ViewRootImpl.java     [all...]
View.java     [all...]
  /packages/apps/Camera/src/com/android/camera/
VideoCamera.java     [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/
VideoEditorBaseActivity.java 682 public void onEffectRemoved(String projectPath, String effectId, String mediaItemId,
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java     [all...]
  /prebuilt/sdk/14/
android.jar 

Completed in 1601 milliseconds

12