Searched refs:nativeCreateInputMonitor (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/input/ |
H A D | InputManagerService.java | 295 private static native InputChannel nativeCreateInputMonitor(long ptr, int displayId, in nativeCreateInputMonitor() method in InputManagerService 707 return nativeCreateInputMonitor(mPtr, displayId, false /* isGestureMonitor */, in monitorInput() 735 InputChannel inputChannel = nativeCreateInputMonitor( in monitorGestureInput()
|
/aosp12/frameworks/base/services/core/jni/ |
H A D | com_android_server_input_InputManagerService.cpp | 1604 static jobject nativeCreateInputMonitor(JNIEnv* env, jclass /* clazz */, jlong ptr, jint displayId, in nativeCreateInputMonitor() function 2293 (void*)nativeCreateInputMonitor},
|