/frameworks/native/libs/input/tests/ |
D | InputChannel_test.cpp | 65 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()
|
D | InputPublisherAndConsumer_test.cpp | 39 status_t result = InputChannel::openInputChannelPair("channel name", in SetUp()
|
/frameworks/base/core/java/android/view/ |
D | InputChannel.java | 93 public static InputChannel[] openInputChannelPair(String name) { in openInputChannelPair() method in InputChannel
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | MultiClientInputMethodServiceDelegateImpl.java | 172 final InputChannel[] channels = InputChannel.openInputChannelPair("MSIMS-session"); in acceptClient()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | InputConsumerImpl.java | 59 InputChannel[] channels = InputChannel.openInputChannelPair(name); in InputConsumerImpl()
|
D | Letterbox.java | 175 final InputChannel[] channels = InputChannel.openInputChannelPair(name); in InputInterceptor()
|
D | TaskPositioner.java | 259 final InputChannel[] channels = InputChannel.openInputChannelPair(TAG); in register()
|
D | DragState.java | 268 InputChannel[] channels = InputChannel.openInputChannelPair("drag"); in InputInterceptor()
|
/frameworks/base/core/jni/ |
D | android_view_InputChannel.cpp | 131 status_t result = InputChannel::openInputChannelPair(name, serverChannel, clientChannel); in android_view_InputChannel_nativeOpenInputChannelPair()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | SystemServicesTestRule.java | 159 final InputChannel[] input = InputChannel.openInputChannelPair(TAG_WM);
|
/frameworks/native/include/input/ |
D | InputTransport.h | 171 static status_t openInputChannelPair(const std::string& name,
|
/frameworks/native/libs/gui/tests/ |
D | EndToEndNativeInputTest.cpp | 71 InputChannel::openInputChannelPair("testchannels", mServerChannel, mClientChannel); in InputSurface()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputDispatcher_test.cpp | 418 InputChannel::openInputChannelPair(name, mServerChannel, mClientChannel); in FakeInputReceiver()
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputManagerService.java | 496 InputChannel[] inputChannels = InputChannel.openInputChannelPair(inputChannelName); in monitorInput() 528 InputChannel[] inputChannels = InputChannel.openInputChannelPair(inputChannelName); in monitorGestureInput()
|
/frameworks/native/libs/input/ |
D | InputTransport.cpp | 256 status_t InputChannel::openInputChannelPair(const std::string& name, in openInputChannelPair() function in android::InputChannel
|
/frameworks/base/services/core/java/com/android/server/tv/ |
D | TvInputManagerService.java | 638 InputChannel[] channels = InputChannel.openInputChannelPair(sessionToken.toString()); in createSessionInternalLocked()
|
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | InputMethodManagerService.java | 2315 InputChannel[] channels = InputChannel.openInputChannelPair(cs.toString()); in requestClientSessionLocked()
|