Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_VibratorService.cpp342 static jintArray vibratorGetSupportedEffects(JNIEnv *env, jclass) { in vibratorGetSupportedEffects() function
494 {"vibratorGetSupportedEffects", "()[I", (void*)vibratorGetSupportedEffects},
/frameworks/base/services/core/java/com/android/server/
DVibratorService.java185 static native int[] vibratorGetSupportedEffects(); in vibratorGetSupportedEffects() method in VibratorService
374 mSupportedEffects = asList(vibratorGetSupportedEffects()); in VibratorService()