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.java62 InputChannel createInputMonitor(int displayId, String name, int pid); in createInputMonitor() method
375 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.cpp691 base::Result<std::unique_ptr<InputChannel>> NativeInputManager::createInputMonitor( in createInputMonitor() function in android::NativeInputManager
3333 {"createInputMonitor", "(ILjava/lang/String;I)Landroid/view/InputChannel;", in createInputMonitor() method
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp6230 Result<std::unique_ptr<InputChannel>> InputDispatcher::createInputMonitor( in createInputMonitor() function in android::inputdispatcher::InputDispatcher