Searched refs:vibratorOn (Results 1 – 3 of 3) sorted by relevance
112 static void vibratorOn(JNIEnv* /* env */, jobject /* clazz */, jlong timeout_ms) in vibratorOn() function204 { "vibratorOn", "(J)V", (void*)vibratorOn },
161 static native void vibratorOn(long milliseconds); in vibratorOn() method in VibratorService1058 vibratorOn(millis); in doVibratorOn()
2151 bool vibratorOn = mIndex & 1; in nextStep() local2153 if (vibratorOn) { in nextStep()