Searched refs:createInputMonitor (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/input/ |
H A D | NativeInputManagerService.java | 59 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 D | InputManagerService.java | 709 return mNative.createInputMonitor(displayId, inputChannelName, Binder.getCallingPid()); in monitorInput()
|
/aosp14/frameworks/base/services/core/jni/ |
H A D | com_android_server_input_InputManagerService.cpp | 281 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()
|