Searched refs:mClientChannel (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | InputConsumerImpl.java | 36 final InputChannel mServerChannel, mClientChannel; field in InputConsumerImpl 64 mClientChannel = inputChannel; in InputConsumerImpl() 66 mClientChannel = channels[1]; in InputConsumerImpl() 161 mClientChannel.dispose(); in disposeChannelsLw()
|
D | Letterbox.java | 166 final InputChannel mClientChannel; field in Letterbox.InputInterceptor 177 mClientChannel = channels[1]; in InputInterceptor() 178 mInputEventReceiver = new SimpleInputReceiver(mClientChannel); in InputInterceptor() 216 mClientChannel.dispose(); in dispose()
|
D | TaskPositioner.java | 125 InputChannel mClientChannel; field in TaskPositioner 252 if (mClientChannel != null) { in register() 261 mClientChannel = channels[1]; in register() 265 mClientChannel, mService.mAnimationHandler.getLooper(), in register() 325 if (mClientChannel == null) { in unregister() 334 mClientChannel.dispose(); in unregister() 336 mClientChannel = null; in unregister()
|
D | DragState.java | 262 InputChannel mServerChannel, mClientChannel; field in DragState.InputInterceptor 270 mClientChannel = channels[1]; in InputInterceptor() 272 mInputEventReceiver = new DragInputEventReceiver(mClientChannel, in InputInterceptor() 319 mClientChannel.dispose(); in tearDown() 321 mClientChannel = null; in tearDown()
|
D | InputMonitor.java | 101 mClientChannel, looper); in EventReceiverInputConsumer()
|
/frameworks/native/libs/gui/tests/ |
D | EndToEndNativeInputTest.cpp | 71 InputChannel::openInputChannelPair("testchannels", mServerChannel, mClientChannel); in InputSurface() 79 mInputConsumer = new InputConsumer(mClientChannel); in InputSurface() 183 fd.fd = mClientChannel->getFd(); in waitForEventAvailable() 217 sp<InputChannel> mServerChannel, mClientChannel; member in android::test::InputSurface
|
/frameworks/native/services/inputflinger/tests/ |
D | InputDispatcher_test.cpp | 418 InputChannel::openInputChannelPair(name, mServerChannel, mClientChannel); in FakeInputReceiver() 419 mConsumer = new InputConsumer(mClientChannel); in FakeInputReceiver() 431 sp<InputChannel> mServerChannel, mClientChannel; member in android::FakeInputReceiver
|