Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerInternal.java145 public abstract InputChannel createInputChannel(String inputChannelName); in createInputChannel() method in InputManagerInternal
H A DNativeInputManagerService.java57 InputChannel createInputChannel(String name); in createInputChannel() method
292 public native InputChannel createInputChannel(String name); in createInputChannel() method in NativeInputManagerService.NativeImpl
H A DInputManagerService.java793 public InputChannel createInputChannel(String name) { in createInputChannel() method in InputManagerService
3264 public InputChannel createInputChannel(String inputChannelName) { in createInputChannel() method in InputManagerService.LocalService
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
H A DDesktopModeWindowDecorViewModel.java830 private void createInputChannel(int displayId) { in createInputChannel() method in DesktopModeWindowDecorViewModel
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp539 base::Result<std::unique_ptr<InputChannel>> NativeInputManager::createInputChannel( in createInputChannel() function in android::NativeInputManager