Searched refs:nativeGetEvents (Results 1 – 3 of 3) sorted by relevance
201 static jobjectArray nativeGetEvents(JNIEnv *env, jobject clazz, jlong ptr, in nativeGetEvents() function259 {"nativeGetEvents", "(J[C)[Landroid/view/KeyEvent;", (void*)nativeGetEvents},
302 private static native KeyEvent[] nativeGetEvents(long ptr, char[] chars); in nativeGetEvents() method in KeyCharacterMap629 return nativeGetEvents(mPtr, chars); in getEvents()
64566 Landroid/view/KeyCharacterMap;->nativeGetEvents(J[C)[Landroid/view/KeyEvent;