Home
last modified time | relevance | path

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

12

/aosp14/frameworks/base/core/tests/coretests/src/android/os/vibrator/
H A DPrebakedSegmentTest.java279 private static PrebakedSegment createSegmentWithFallback(int effectId) { in createSegmentWithFallback()
284 private static PrebakedSegment createSegmentWithoutFallback(int effectId) { in createSegmentWithoutFallback()
/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/
H A DHalVibration.java91 public VibrationEffect getFallback(int effectId) { in getFallback()
99 public void addFallback(int effectId, VibrationEffect effect) { in addFallback()
H A DVibrationSettings.java364 public VibrationEffect getFallbackEffect(int effectId) { in getFallbackEffect()
H A DVibratorManagerService.java2134 int effectId = Integer.parseInt(getNextArgRequired()); in addPrebakedToComposition() local
/aosp14/frameworks/base/core/java/android/view/
H A DSoundEffectConstants.java146 public static boolean isNavigationRepeat(@NavigationSoundEffect int effectId) { in isNavigationRepeat()
H A DIWindowSession.aidl143 boolean performHapticFeedback(int effectId, boolean always); in performHapticFeedback()
149 oneway void performHapticFeedbackAsync(int effectId, boolean always); in performHapticFeedbackAsync()
H A DWindowlessWindowManager.java480 public boolean performHapticFeedback(int effectId, boolean always) { in performHapticFeedback()
485 public void performHapticFeedbackAsync(int effectId, boolean always) { in performHapticFeedbackAsync()
H A DViewRootImpl.java8743 public void playSoundEffect(@SoundEffectConstants.SoundEffect int effectId) { in playSoundEffect()
8795 public boolean performHapticFeedback(int effectId, boolean always) { in performHapticFeedback()
H A DView.java30614 void playSoundEffect(int effectId); in playSoundEffect()
30615 boolean performHapticFeedback(int effectId, boolean always); in performHapticFeedback()
/aosp14/frameworks/base/core/java/android/os/
H A DVibrationEffect.java313 public static VibrationEffect createPredefined(@EffectType int effectId) { in createPredefined()
336 public static VibrationEffect get(int effectId) { in get()
363 public static VibrationEffect get(int effectId, boolean fallback) { in get()
616 public static String effectIdToString(int effectId) { in effectIdToString()
H A DSystemVibrator.java396 int effectId = firstVibratorEffects.keyAt(i); in supportedEffectsIntersection() local
H A DVibratorInfo.java276 public int isEffectSupported(@VibrationEffect.EffectType int effectId) { in isEffectSupported()
/aosp14/frameworks/base/core/java/android/os/vibrator/
H A DPrebakedSegment.java47 public PrebakedSegment(int effectId, boolean shouldFallback, int effectStrength) { in PrebakedSegment()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DVibratorHelper.java80 public void vibrate(final int effectId) { in vibrate()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/
H A DVibratorControllerTest.java324 private PrebakedSegment createPrebaked(int effectId, int effectStrength) { in createPrebaked()
H A DVibratorManagerServiceTest.java2187 private VibrationEffectSegment expectedPrebaked(int effectId) { in expectedPrebaked()
2191 private VibrationEffectSegment expectedPrebaked(int effectId, int effectStrength) { in expectedPrebaked()
H A DVibrationThreadTest.java1650 private VibrationEffectSegment expectedPrebaked(int effectId) { in expectedPrebaked()
/aosp14/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A DSimplePlayer.java180 public void attachAuxEffect(int effectId) { in attachAuxEffect()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSession.java303 public boolean performHapticFeedback(int effectId, boolean always) { in performHapticFeedback()
314 public void performHapticFeedbackAsync(int effectId, boolean always) { in performHapticFeedbackAsync()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTestWindowManagerPolicy.java267 public boolean performHapticFeedback(int uid, String packageName, int effectId, in performHapticFeedback()
/aosp14/frameworks/base/services/core/java/com/android/server/policy/
H A DWindowManagerPolicy.java1066 public boolean performHapticFeedback(int uid, String packageName, int effectId, in performHapticFeedback()
/aosp14/frameworks/base/media/java/android/media/
H A DAudioTrack.java3701 public int attachAuxEffect(int effectId) { in attachAuxEffect()
4504 private native final int native_attachAuxEffect(int effectId); in native_attachAuxEffect()
H A DMediaPlayer.java2455 public native void attachAuxEffect(int effectId); in attachAuxEffect()
/aosp14/frameworks/base/media/jni/
H A Dandroid_media_MediaPlayer.cpp1049 static void android_media_MediaPlayer_attachAuxEffect(JNIEnv *env, jobject thiz, jint effectId) { in android_media_MediaPlayer_attachAuxEffect()
/aosp14/frameworks/base/core/jni/
H A Dandroid_media_AudioTrack.cpp1174 jint effectId) { in android_media_AudioTrack_attachAuxEffect()

12