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