Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/input/tests/
H A 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()
H A DInputPublisherAndConsumer_test.cpp44 status_t result = InputChannel::openInputChannelPair("channel name", in SetUp()
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputFlingerService_test.cpp120 InputChannel::openInputChannelPair(name, serverChannel, clientChannel); in createInputChannel()
169 InputChannel::openInputChannelPair("testchannels", mServerChannel, mClientChannel); in SetUp()
/aosp12/frameworks/base/core/java/android/view/
H A DInputChannel.java109 public static InputChannel[] openInputChannelPair(String name) { in openInputChannelPair() method in InputChannel
/aosp12/frameworks/base/core/java/android/inputmethodservice/
H A DMultiClientInputMethodServiceDelegateImpl.java172 final InputChannel[] channels = InputChannel.openInputChannelPair("MSIMS-session"); in acceptClient()
/aosp12/frameworks/base/tests/Input/src/com/android/test/input/
H A DInputEventSenderAndReceiverTest.kt110 val channels = InputChannel.openInputChannelPair("TestChannel")
/aosp12/frameworks/base/core/jni/
H A Dandroid_view_InputChannel.cpp150 status_t result = InputChannel::openInputChannelPair(name, serverChannel, clientChannel); in android_view_InputChannel_nativeOpenInputChannelPair()
/aosp12/frameworks/native/include/input/
H A DInputTransport.h240 static status_t openInputChannelPair(const std::string& name,
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DSystemServicesTestRule.java238 final InputChannel[] inputChannels = InputChannel.openInputChannelPair(TAG);
/aosp12/packages/services/Car/experimental/tests/experimentalcarservice_unit_test/src/com/android/experimentalcar/
H A DDriverDistractionExperimentalFeatureServiceTest.java229 final InputChannel[] inputChannels = InputChannel.openInputChannelPair(TAG); in testInit_bindsToServicesInXmlConfig()
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.cpp414 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 DInputTransport.cpp326 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 DTvInputManagerService.java801 InputChannel[] channels = InputChannel.openInputChannelPair(sessionToken.toString()); in createSessionInternalLocked()
/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java2606 InputChannel[] channels = InputChannel.openInputChannelPair(cs.toString()); in requestClientSessionLocked()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt63526 Landroid/view/InputChannel;->openInputChannelPair(Ljava/lang/String;)[Landroid/view/InputChannel;