Searched refs:vibratorGetSupportedEffects (Results 1 – 2 of 2) sorted by relevance
342 static jintArray vibratorGetSupportedEffects(JNIEnv *env, jclass) { in vibratorGetSupportedEffects() function494 {"vibratorGetSupportedEffects", "()[I", (void*)vibratorGetSupportedEffects},
185 static native int[] vibratorGetSupportedEffects(); in vibratorGetSupportedEffects() method in VibratorService374 mSupportedEffects = asList(vibratorGetSupportedEffects()); in VibratorService()