Home
last modified time | relevance | path

Searched defs:createInputChannel (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/jni/
Dandroid_view_WindowManagerGlobal.cpp35 jmethodID createInputChannel; member
39 std::shared_ptr<InputChannel> createInputChannel( in createInputChannel() function
/frameworks/native/libs/input/android/os/
DIInputFlinger.aidl25 InputChannelCore createInputChannel(in @utf8InCpp String name); in createInputChannel() method
/frameworks/native/services/inputflinger/
DInputManager.cpp258 binder::Status InputManager::createInputChannel(const std::string& name, in createInputChannel() function in android::InputManager
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerInternal.java140 public abstract InputChannel createInputChannel(String inputChannelName); in createInputChannel() method in InputManagerInternal
DNativeInputManagerService.java57 InputChannel createInputChannel(String name); in createInputChannel() method
319 public native InputChannel createInputChannel(String name); in createInputChannel() method in NativeInputManagerService.NativeImpl
DInputManagerService.java796 public InputChannel createInputChannel(String name) { in createInputChannel() method in InputManagerService
3126 public InputChannel createInputChannel(String inputChannelName) { in createInputChannel() method in InputManagerService.LocalService
/frameworks/native/services/inputflinger/tests/
DFakeWindows.cpp247 ui::LogicalDisplayId displayId, bool createInputChannel) in FakeWindowHandle()
/frameworks/base/core/java/android/view/
DWindowManagerGlobal.java843 private static InputChannel createInputChannel(@NonNull IBinder clientToken, in createInputChannel() method in WindowManagerGlobal
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DDesktopModeWindowDecorViewModel.java1016 private void createInputChannel(int displayId) { in createInputChannel() method in DesktopModeWindowDecorViewModel
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp556 base::Result<std::unique_ptr<InputChannel>> NativeInputManager::createInputChannel( in createInputChannel() function in android::NativeInputManager
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp6089 Result<std::unique_ptr<InputChannel>> InputDispatcher::createInputChannel(const std::string& name) { in createInputChannel() function in android::inputdispatcher::InputDispatcher