Searched defs:vibratorPerformEffect (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/jni/
H A Dcom_android_server_VibratorService.cpp139 static jlong vibratorPerformEffect(JNIEnv*, jobject, jlong effect, jint strength) { function in namespace:android
190 { "vibratorPerformEffect", "(JJ)J", (void*)vibratorPerformEffect}
/frameworks/base/services/core/java/com/android/server/
H A DVibratorService.java148 native static long vibratorPerformEffect(long effect, long strength); method in class:VibratorService
989 long timeout = vibratorPerformEffect(prebaked.getId(),

Completed in 306 milliseconds