Home
last modified time | relevance | path

Searched refs:createInputMonitor (Results 1 – 3 of 3) 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
H A DInputManagerService.java709 return mNative.createInputMonitor(displayId, inputChannelName, Binder.getCallingPid()); in monitorInput()
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp281 base::Result<std::unique_ptr<InputChannel>> createInputMonitor(int32_t displayId,
545 base::Result<std::unique_ptr<InputChannel>> NativeInputManager::createInputMonitor( in createInputMonitor() function in android::NativeInputManager
548 return mInputManager->getDispatcher().createInputMonitor(displayId, name, pid); in createInputMonitor()
1832 im->createInputMonitor(displayId, name, gui::Pid{pid}); in nativeCreateInputMonitor()