Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp1306 static jint nativeGetSwitchState(JNIEnv* /* env */, jclass /* clazz */, in nativeGetSwitchState() function
1765 {"nativeGetSwitchState", "(JIII)I", (void*)nativeGetSwitchState},
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java207 private static native int nativeGetSwitchState(long ptr, in nativeGetSwitchState() method in InputManagerService
471 return nativeGetSwitchState(mPtr, deviceId, sourceMask, switchCode); in getSwitchState()