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