Searched refs:nativeGetKeyCodeState (Results 1 – 2 of 2) sorted by relevance
1335 static jint nativeGetKeyCodeState(JNIEnv* /* env */, jclass /* clazz */, in nativeGetKeyCodeState() function1751 (void*) nativeGetKeyCodeState },
204 private static native int nativeGetKeyCodeState(long ptr, in nativeGetKeyCodeState() method in InputManagerService442 return nativeGetKeyCodeState(mPtr, deviceId, sourceMask, keyCode); in getKeyCodeState()