Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_VibratorService.cpp336 static jlong vibratorPerformEffect(JNIEnv* env, jclass, jlong effect, jlong strength, in vibratorPerformEffect() function
436 (void*)vibratorPerformEffect},
/frameworks/base/services/core/java/com/android/server/
DVibratorService.java172 static native long vibratorPerformEffect(long effect, long strength, Vibration vibration); in vibratorPerformEffect() method in VibratorService
1227 long duration = vibratorPerformEffect(prebaked.getId(), in doVibratorPrebakedEffectLocked()