Home
last modified time | relevance | path

Searched defs:createInputMonitor (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DNativeInputManagerService.java59 InputChannel createInputMonitor(int displayId, String name, int pid); in createInputMonitor() method
295 public native InputChannel createInputMonitor(int displayId, String name, int pid); in createInputMonitor() method in NativeInputManagerService.NativeImpl
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp545 base::Result<std::unique_ptr<InputChannel>> NativeInputManager::createInputMonitor( in createInputMonitor() function in android::NativeInputManager