OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vibratorExists
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/core/jni/
com_android_server_VibratorService.cpp
52
static jboolean
vibratorExists
(JNIEnv* /* env */, jobject /* clazz */)
86
{ "
vibratorExists
", "()Z", (void*)
vibratorExists
},
/frameworks/base/services/core/java/com/android/server/
VibratorService.java
91
native static boolean
vibratorExists
();
606
// return !mInputDeviceVibrators.isEmpty() ||
vibratorExists
();
608
return
vibratorExists
();
Completed in 2109 milliseconds