Home
last modified time | relevance | path

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

/frameworks/native/libs/input/tests/
DInputChannel_test.cpp65 status_t result = InputChannel::openInputChannelPair("channel name", in TEST_F()
116 status_t result = InputChannel::openInputChannelPair("channel name", in TEST_F()
130 status_t result = InputChannel::openInputChannelPair("channel name", in TEST_F()
146 status_t result = InputChannel::openInputChannelPair("channel name", in TEST_F()
162 status_t result = InputChannel::openInputChannelPair("channel name", in TEST_F()
DInputPublisherAndConsumer_test.cpp39 status_t result = InputChannel::openInputChannelPair("channel name", in SetUp()
/frameworks/base/core/java/android/view/
DInputChannel.java93 public static InputChannel[] openInputChannelPair(String name) { in openInputChannelPair() method in InputChannel
/frameworks/base/core/java/android/inputmethodservice/
DMultiClientInputMethodServiceDelegateImpl.java172 final InputChannel[] channels = InputChannel.openInputChannelPair("MSIMS-session"); in acceptClient()
/frameworks/base/services/core/java/com/android/server/wm/
DInputConsumerImpl.java59 InputChannel[] channels = InputChannel.openInputChannelPair(name); in InputConsumerImpl()
DLetterbox.java175 final InputChannel[] channels = InputChannel.openInputChannelPair(name); in InputInterceptor()
DTaskPositioner.java259 final InputChannel[] channels = InputChannel.openInputChannelPair(TAG); in register()
DDragState.java268 InputChannel[] channels = InputChannel.openInputChannelPair("drag"); in InputInterceptor()
/frameworks/base/core/jni/
Dandroid_view_InputChannel.cpp131 status_t result = InputChannel::openInputChannelPair(name, serverChannel, clientChannel); in android_view_InputChannel_nativeOpenInputChannelPair()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DSystemServicesTestRule.java159 final InputChannel[] input = InputChannel.openInputChannelPair(TAG_WM);
/frameworks/native/include/input/
DInputTransport.h171 static status_t openInputChannelPair(const std::string& name,
/frameworks/native/libs/gui/tests/
DEndToEndNativeInputTest.cpp71 InputChannel::openInputChannelPair("testchannels", mServerChannel, mClientChannel); in InputSurface()
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp418 InputChannel::openInputChannelPair(name, mServerChannel, mClientChannel); in FakeInputReceiver()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java496 InputChannel[] inputChannels = InputChannel.openInputChannelPair(inputChannelName); in monitorInput()
528 InputChannel[] inputChannels = InputChannel.openInputChannelPair(inputChannelName); in monitorGestureInput()
/frameworks/native/libs/input/
DInputTransport.cpp256 status_t InputChannel::openInputChannelPair(const std::string& name, in openInputChannelPair() function in android::InputChannel
/frameworks/base/services/core/java/com/android/server/tv/
DTvInputManagerService.java638 InputChannel[] channels = InputChannel.openInputChannelPair(sessionToken.toString()); in createSessionInternalLocked()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java2315 InputChannel[] channels = InputChannel.openInputChannelPair(cs.toString()); in requestClientSessionLocked()