Home
last modified time | relevance | path

Searched refs:performPwleEffect (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/
H A DVibratorController.java408 private static native long performPwleEffect(long nativePtr, RampSegment[] effect, in performPwleEffect() method in VibratorController.NativeWrapper
467 return performPwleEffect(mNativePtr, primitives, braking, vibrationId); in composePwle()
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_vibrator_VibratorController.cpp333 return hal->performPwleEffect(primitives, callback); in vibratorPerformPwleEffect()