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

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

Completed in 105 milliseconds