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

/frameworks/base/services/java/com/android/server/input/
H A DInputManagerService.java162 private static native int nativeGetSwitchState(int ptr, method in class:InputManagerService
391 return nativeGetSwitchState(mPtr, deviceId, sourceMask, switchCode);
/frameworks/base/services/jni/
H A Dcom_android_server_input_InputManagerService.cpp1032 static jint nativeGetSwitchState(JNIEnv* env, jclass clazz, function in namespace:android
1300 { "nativeGetSwitchState", "(IIII)I",
1301 (void*) nativeGetSwitchState },

Completed in 1818 milliseconds