/frameworks/native/libs/input/tests/ |
D | InputChannel_test.cpp | 71 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()
|
D | InputPublisherAndConsumer_test.cpp | 44 status_t result = InputChannel::openInputChannelPair("channel name", in SetUp()
|
/frameworks/base/tests/Input/src/com/android/test/input/ |
D | InputEventSenderAndReceiverTest.kt | 70 val channels = InputChannel.openInputChannelPair("TestChannel") in setUp() 134 val channels = InputChannel.openInputChannelPair("TestChannel2") in testCrashingReceiverDoesNotCrash()
|
D | PointerEventDispatcherTest.kt | 50 val channels = InputChannel.openInputChannelPair("TestChannel") in setUp()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputFlingerService_test.cpp | 120 InputChannel::openInputChannelPair(name, serverChannel, clientChannel); in createInputChannel() 169 InputChannel::openInputChannelPair("testchannels", mServerChannel, mClientChannel); in SetUp()
|
/frameworks/base/core/java/android/view/ |
D | InputChannel.java | 109 public static InputChannel[] openInputChannelPair(String name) { in openInputChannelPair() method in InputChannel
|
/frameworks/base/core/jni/ |
D | android_view_InputChannel.cpp | 150 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/ |
D | DesktopModeWindowDecorViewModelTests.java | 114 final InputChannel[] inputChannels = InputChannel.openInputChannelPair(TAG); in setUp()
|
/frameworks/native/include/input/ |
D | InputTransport.h | 253 static status_t openInputChannelPair(const std::string& name,
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | SystemServicesTestRule.java | 277 final InputChannel[] inputChannels = InputChannel.openInputChannelPair(TAG);
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.cpp | 354 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/ |
D | InputTransport.cpp | 334 status_t InputChannel::openInputChannelPair(const std::string& name, in openInputChannelPair() function in android::InputChannel
|
/frameworks/base/services/core/java/com/android/server/tv/interactive/ |
D | TvInteractiveAppManagerService.java | 1587 InputChannel[] channels = InputChannel.openInputChannelPair(sessionToken.toString()); in createSessionInternalLocked()
|
/frameworks/base/services/core/java/com/android/server/tv/ |
D | TvInputManagerService.java | 823 InputChannel[] channels = InputChannel.openInputChannelPair(sessionToken.toString()); in createSessionInternalLocked()
|
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | InputMethodManagerService.java | 3069 final InputChannel[] channels = InputChannel.openInputChannelPair(cs.toString()); in requestClientSessionLocked()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 60203 Landroid/view/InputChannel;->openInputChannelPair(Ljava/lang/String;)[Landroid/view/InputChannel;
|