/aosp12/frameworks/native/libs/input/tests/ |
H A 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()
|
H A D | InputPublisherAndConsumer_test.cpp | 44 status_t result = InputChannel::openInputChannelPair("channel name", in SetUp()
|
/aosp12/frameworks/native/services/inputflinger/tests/ |
H A D | InputFlingerService_test.cpp | 120 InputChannel::openInputChannelPair(name, serverChannel, clientChannel); in createInputChannel() 169 InputChannel::openInputChannelPair("testchannels", mServerChannel, mClientChannel); in SetUp()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | InputChannel.java | 109 public static InputChannel[] openInputChannelPair(String name) { in openInputChannelPair() method in InputChannel
|
/aosp12/frameworks/base/core/java/android/inputmethodservice/ |
H A D | MultiClientInputMethodServiceDelegateImpl.java | 172 final InputChannel[] channels = InputChannel.openInputChannelPair("MSIMS-session"); in acceptClient()
|
/aosp12/frameworks/base/tests/Input/src/com/android/test/input/ |
H A D | InputEventSenderAndReceiverTest.kt | 110 val channels = InputChannel.openInputChannelPair("TestChannel")
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_view_InputChannel.cpp | 150 status_t result = InputChannel::openInputChannelPair(name, serverChannel, clientChannel); in android_view_InputChannel_nativeOpenInputChannelPair()
|
/aosp12/frameworks/native/include/input/ |
H A D | InputTransport.h | 240 static status_t openInputChannelPair(const std::string& name,
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | SystemServicesTestRule.java | 238 final InputChannel[] inputChannels = InputChannel.openInputChannelPair(TAG);
|
/aosp12/packages/services/Car/experimental/tests/experimentalcarservice_unit_test/src/com/android/experimentalcar/ |
H A D | DriverDistractionExperimentalFeatureServiceTest.java | 229 final InputChannel[] inputChannels = InputChannel.openInputChannelPair(TAG); in testInit_bindsToServicesInXmlConfig()
|
/aosp12/frameworks/native/services/inputflinger/dispatcher/ |
H A D | InputDispatcher.cpp | 414 static status_t openInputChannelPair(const std::string& name, in openInputChannelPair() function 418 status_t result = InputChannel::openInputChannelPair(name, uniqueServerChannel, clientChannel); in openInputChannelPair() 5228 status_t result = InputChannel::openInputChannelPair(name, serverChannel, clientChannel); in createInputChannel() 5263 status_t result = openInputChannelPair(name, serverChannel, clientChannel); in createInputMonitor()
|
/aosp12/frameworks/native/libs/input/ |
H A D | InputTransport.cpp | 326 status_t InputChannel::openInputChannelPair(const std::string& name, in openInputChannelPair() function in android::InputChannel
|
/aosp12/frameworks/base/services/core/java/com/android/server/tv/ |
H A D | TvInputManagerService.java | 801 InputChannel[] channels = InputChannel.openInputChannelPair(sessionToken.toString()); in createSessionInternalLocked()
|
/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/ |
H A D | InputMethodManagerService.java | 2606 InputChannel[] channels = InputChannel.openInputChannelPair(cs.toString()); in requestClientSessionLocked()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 63526 Landroid/view/InputChannel;->openInputChannelPair(Ljava/lang/String;)[Landroid/view/InputChannel;
|