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

12

  /frameworks/av/media/libmedia/
IMediaPlayer.cpp 267 status_t attachAuxEffect(int effectId)
271 data.writeInt32(effectId);
AudioTrack.cpp 832 status_t AudioTrack::attachAuxEffect(int effectId)
835 status_t status = mAudioTrack->attachAuxEffect(effectId);
837 mAuxEffectId = effectId;
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
Session.java 239 public boolean performHapticFeedback(IWindow window, int effectId,
246 effectId, always);
  /frameworks/av/include/media/
AudioTrack.h 467 /* Attach track auxiliary output to specified effect. Use effectId = 0
472 * effectId: effectId obtained from AudioEffect::id().
479 status_t attachAuxEffect(int effectId);
    [all...]
  /frameworks/base/media/jni/
android_media_MediaPlayer.cpp 714 static void android_media_MediaPlayer_attachAuxEffect(JNIEnv *env, jobject thiz, jint effectId) {
715 ALOGV("attachAuxEffect(): %d", effectId);
721 process_media_player_call( env, thiz, mp->attachAuxEffect(effectId), NULL, NULL );
    [all...]
  /packages/apps/Camera/src/com/android/camera/
EffectsRecorder.java 183 public static boolean isEffectSupported(int effectId) {
187 switch (effectId) {
476 public void onEffectsUpdate(int effectId, int effectMsg);
    [all...]
VideoModule.java     [all...]
  /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 856 jint effectId) {
863 return android_media_translateErrorCode( lpTrack->attachAuxEffect(effectId) );
    [all...]
  /frameworks/wilhelm/src/android/
android_Effect.cpp 639 bool android_fx_initEffectDescriptor(const SLInterfaceID effectId,
656 (0 == memcmp(effectId, &descriptor.type, sizeof(effect_uuid_t)))) {
  /frameworks/base/media/java/android/media/videoeditor/
VideoEditorImpl.java     [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.h 407 virtual status_t attachAuxEffect(int effectId);
465 sp<PlaybackThread> getEffectThread_l(int sessionId, int EffectId);
Threads.cpp 859 sp<AudioFlinger::EffectModule> AudioFlinger::ThreadBase::getEffect(int sessionId, int effectId)
862 return getEffect_l(sessionId, effectId);
865 sp<AudioFlinger::EffectModule> AudioFlinger::ThreadBase::getEffect_l(int sessionId, int effectId)
868 return chain != 0 ? chain->getEffectFromId_l(effectId) : 0;
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/
VideoEditorBaseActivity.java 682 public void onEffectRemoved(String projectPath, String effectId, String mediaItemId,
    [all...]
  /frameworks/base/core/java/android/view/
ViewRootImpl.java     [all...]
View.java     [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
VideoCamera.java     [all...]
  /frameworks/base/media/java/android/media/
MediaPlayer.java     [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java     [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 1040 milliseconds

12