Searched refs:nativeWriteButtonEvent (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/services/core/jni/ |
H A D | com_android_server_companion_virtual_InputController.cpp | 261 static bool nativeWriteButtonEvent(JNIEnv* env, jobject thiz, jlong ptr, jint buttonCode, in nativeWriteButtonEvent() function 294 {"nativeWriteButtonEvent", "(JIIJ)Z", (void*)nativeWriteButtonEvent},
|
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/virtual/ |
H A D | InputController.java | 522 private static native boolean nativeWriteButtonEvent(long ptr, int buttonCode, int action, in nativeWriteButtonEvent() method in InputController 570 return nativeWriteButtonEvent(ptr, buttonCode, action, eventTimeNanos); in writeButtonEvent()
|