Home
last modified time | relevance | path

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

/frameworks/native/libs/input/tests/
DInputChannel_test.cpp71 status_t result = InputChannel::openInputChannelPair("channel name", in TEST_F()
122 status_t result = InputChannel::openInputChannelPair("channel name", in TEST_F()
136 status_t result = InputChannel::openInputChannelPair("channel name", in TEST_F()
152 status_t result = InputChannel::openInputChannelPair("channel name", in TEST_F()
168 status_t result = InputChannel::openInputChannelPair("channel name", in TEST_F()
202 InputChannel::openInputChannelPair("channel parceling", serverChannel, clientChannel); in TEST_F()
221 InputChannel::openInputChannelPair("channel dup", serverChannel, clientChannel); in TEST_F()
DInputPublisherAndConsumer_test.cpp44 status_t result = InputChannel::openInputChannelPair("channel name", in SetUp()
/frameworks/base/tests/Input/src/com/android/test/input/
DInputEventSenderAndReceiverTest.kt70 val channels = InputChannel.openInputChannelPair("TestChannel") in setUp()
134 val channels = InputChannel.openInputChannelPair("TestChannel2") in testCrashingReceiverDoesNotCrash()
DPointerEventDispatcherTest.kt50 val channels = InputChannel.openInputChannelPair("TestChannel") in setUp()
/frameworks/native/services/inputflinger/tests/
DInputFlingerService_test.cpp120 InputChannel::openInputChannelPair(name, serverChannel, clientChannel); in createInputChannel()
169 InputChannel::openInputChannelPair("testchannels", mServerChannel, mClientChannel); in SetUp()
/frameworks/base/core/java/android/view/
DInputChannel.java109 public static InputChannel[] openInputChannelPair(String name) { in openInputChannelPair() method in InputChannel
/frameworks/base/core/jni/
Dandroid_view_InputChannel.cpp150 status_t result = InputChannel::openInputChannelPair(name, serverChannel, clientChannel); in android_view_InputChannel_nativeOpenInputChannelPair()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/
DDesktopModeWindowDecorViewModelTests.java114 final InputChannel[] inputChannels = InputChannel.openInputChannelPair(TAG); in setUp()
/frameworks/native/include/input/
DInputTransport.h253 static status_t openInputChannelPair(const std::string& name,
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DSystemServicesTestRule.java277 final InputChannel[] inputChannels = InputChannel.openInputChannelPair(TAG);
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp354 status_t openInputChannelPair(const std::string& name, std::shared_ptr<InputChannel>& serverChannel, in openInputChannelPair() function
357 status_t result = InputChannel::openInputChannelPair(name, uniqueServerChannel, clientChannel); in openInputChannelPair()
5473 status_t result = InputChannel::openInputChannelPair(name, serverChannel, clientChannel); in createInputChannel()
5507 status_t result = openInputChannelPair(name, serverChannel, clientChannel); in createInputMonitor()
/frameworks/native/libs/input/
DInputTransport.cpp334 status_t InputChannel::openInputChannelPair(const std::string& name, in openInputChannelPair() function in android::InputChannel
/frameworks/base/services/core/java/com/android/server/tv/interactive/
DTvInteractiveAppManagerService.java1587 InputChannel[] channels = InputChannel.openInputChannelPair(sessionToken.toString()); in createSessionInternalLocked()
/frameworks/base/services/core/java/com/android/server/tv/
DTvInputManagerService.java823 InputChannel[] channels = InputChannel.openInputChannelPair(sessionToken.toString()); in createSessionInternalLocked()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java3069 final InputChannel[] channels = InputChannel.openInputChannelPair(cs.toString()); in requestClientSessionLocked()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt60203 Landroid/view/InputChannel;->openInputChannelPair(Ljava/lang/String;)[Landroid/view/InputChannel;