Home
last modified time | relevance | path

Searched refs:openInputChannelPair (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/tests/Input/src/com/android/test/input/
H A DInputEventSenderAndReceiverTest.kt70 val channels = InputChannel.openInputChannelPair("TestChannel")
134 val channels = InputChannel.openInputChannelPair("TestChannel2")
H A DPointerEventDispatcherTest.kt50 val channels = InputChannel.openInputChannelPair("TestChannel")
/aosp14/frameworks/base/core/java/android/view/
H A DInputChannel.java109 public static InputChannel[] openInputChannelPair(String name) { in openInputChannelPair() method in InputChannel
/aosp14/frameworks/base/core/jni/
H A Dandroid_view_InputChannel.cpp150 status_t result = InputChannel::openInputChannelPair(name, serverChannel, clientChannel); in android_view_InputChannel_nativeOpenInputChannelPair()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/
H A DDesktopModeWindowDecorViewModelTests.java140 final InputChannel[] inputChannels = InputChannel.openInputChannelPair(TAG); in setUp()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DSystemServicesTestRule.java283 final InputChannel[] inputChannels = InputChannel.openInputChannelPair(TAG);
/aosp14/frameworks/base/services/core/java/com/android/server/tv/interactive/
H A DTvInteractiveAppManagerService.java2137 InputChannel[] channels = InputChannel.openInputChannelPair(sessionToken.toString()); in createSessionInternalLocked()
/aosp14/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java826 InputChannel[] channels = InputChannel.openInputChannelPair(sessionToken.toString()); in createSessionInternalLocked()
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java2895 final InputChannel[] channels = InputChannel.openInputChannelPair(cs.toString()); in requestClientSessionLocked()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt60203 Landroid/view/InputChannel;->openInputChannelPair(Ljava/lang/String;)[Landroid/view/InputChannel;