/frameworks/base/core/jni/ |
D | android_view_WindowManagerGlobal.cpp | 35 jmethodID createInputChannel; member 39 std::shared_ptr<InputChannel> createInputChannel( in createInputChannel() function
|
/frameworks/native/libs/input/android/os/ |
D | IInputFlinger.aidl | 25 InputChannelCore createInputChannel(in @utf8InCpp String name); in createInputChannel() method
|
/frameworks/native/services/inputflinger/ |
D | InputManager.cpp | 258 binder::Status InputManager::createInputChannel(const std::string& name, in createInputChannel() function in android::InputManager
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputManagerInternal.java | 140 public abstract InputChannel createInputChannel(String inputChannelName); in createInputChannel() method in InputManagerInternal
|
D | NativeInputManagerService.java | 57 InputChannel createInputChannel(String name); in createInputChannel() method 319 public native InputChannel createInputChannel(String name); in createInputChannel() method in NativeInputManagerService.NativeImpl
|
D | InputManagerService.java | 796 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/ |
D | FakeWindows.cpp | 247 ui::LogicalDisplayId displayId, bool createInputChannel) in FakeWindowHandle()
|
/frameworks/base/core/java/android/view/ |
D | WindowManagerGlobal.java | 843 private static InputChannel createInputChannel(@NonNull IBinder clientToken, in createInputChannel() method in WindowManagerGlobal
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/ |
D | DesktopModeWindowDecorViewModel.java | 1016 private void createInputChannel(int displayId) { in createInputChannel() method in DesktopModeWindowDecorViewModel
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 556 base::Result<std::unique_ptr<InputChannel>> NativeInputManager::createInputChannel( in createInputChannel() function in android::NativeInputManager
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.cpp | 6089 Result<std::unique_ptr<InputChannel>> InputDispatcher::createInputChannel(const std::string& name) { in createInputChannel() function in android::inputdispatcher::InputDispatcher
|