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