Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/input/
DNativeInputManagerService.java59 InputChannel createInputMonitor(int displayId, String name, int pid); in createInputMonitor() method
322 public native InputChannel createInputMonitor(int displayId, String name, int pid); in createInputMonitor() method in NativeInputManagerService.NativeImpl
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp562 base::Result<std::unique_ptr<InputChannel>> NativeInputManager::createInputMonitor( in createInputMonitor() function in android::NativeInputManager
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp6127 Result<std::unique_ptr<InputChannel>> InputDispatcher::createInputMonitor( in createInputMonitor() function in android::inputdispatcher::InputDispatcher