Home
last modified time | relevance | path

Searched refs:nativeCreateInputMonitor (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java295 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 Dcom_android_server_input_InputManagerService.cpp1604 static jobject nativeCreateInputMonitor(JNIEnv* env, jclass /* clazz */, jlong ptr, jint displayId, in nativeCreateInputMonitor() function
2293 (void*)nativeCreateInputMonitor},