Home
last modified time | relevance | path

Searched refs:mServerChannel (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DInputConsumerImpl.java36 final InputChannel mServerChannel, mClientChannel; field in InputConsumerImpl
60 mServerChannel = channels[0]; in InputConsumerImpl()
68 mService.mInputManager.registerInputChannel(mServerChannel, null); in InputConsumerImpl()
77 mWindowHandle.token = mServerChannel.getToken(); in InputConsumerImpl()
160 mService.mInputManager.unregisterInputChannel(mServerChannel); in disposeChannelsLw()
162 mServerChannel.dispose(); in disposeChannelsLw()
DLetterbox.java165 final InputChannel mServerChannel; field in Letterbox.InputInterceptor
176 mServerChannel = channels[0]; in InputInterceptor()
180 mWmService.mInputManager.registerInputChannel(mServerChannel, mToken); in InputInterceptor()
213 mWmService.mInputManager.unregisterInputChannel(mServerChannel); in dispose()
215 mServerChannel.dispose(); in dispose()
DDragState.java260 InputChannel mServerChannel, mClientChannel; field in DragState.InputInterceptor
267 mServerChannel = channels[0]; in InputInterceptor()
269 mService.mInputManager.registerInputChannel(mServerChannel, null); in InputInterceptor()
281 mDragWindowHandle.token = mServerChannel.getToken(); in InputInterceptor()
314 mService.mInputManager.unregisterInputChannel(mServerChannel); in tearDown()
318 mServerChannel.dispose(); in tearDown()
320 mServerChannel = null; in tearDown()
334 return mInputInterceptor == null ? null : mInputInterceptor.mServerChannel; in getInputChannel()
DTaskPositioner.java125 InputChannel mServerChannel; field in TaskPositioner
261 mServerChannel = channels[0]; in register()
263 mService.mInputManager.registerInputChannel(mServerChannel, null); in register()
277 mDragWindowHandle.token = mServerChannel.getToken(); in register()
332 mService.mInputManager.unregisterInputChannel(mServerChannel); in unregister()
337 mServerChannel.dispose(); in unregister()
339 mServerChannel = null; in unregister()
DTaskPositioningController.java179 transferFocusFromWin.mInputChannel, mTaskPositioner.mServerChannel)) { in startPositioningLocked()
/frameworks/native/libs/gui/tests/
DEndToEndNativeInputTest.cpp71 InputChannel::openInputChannelPair("testchannels", mServerChannel, mClientChannel); in InputSurface()
72 mServerChannel->setToken(new BBinder()); in InputSurface()
75 mInputFlinger->registerInputChannel(mServerChannel); in InputSurface()
137 mInputFlinger->unregisterInputChannel(mServerChannel); in ~InputSurface()
168 mInputInfo.token = mServerChannel->getToken(); in populateInputInfo()
196 sp<InputChannel> mServerChannel, mClientChannel; member in android::test::InputSurface
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp420 InputChannel::openInputChannelPair(name, mServerChannel, mClientChannel); in FakeInputReceiver()
433 sp<InputChannel> mServerChannel, mClientChannel; member in android::inputdispatcher::FakeInputReceiver
450 mServerChannel->setToken(new BBinder()); in FakeWindowHandle()
451 mDispatcher->registerInputChannel(mServerChannel, displayId); in FakeWindowHandle()
458 mInfo.token = mServerChannel ? mServerChannel->getToken() : nullptr; in updateInfo()
496 mServerChannel.clear(); in releaseChannel()
805 mServerChannel->setToken(new BBinder()); in FakeMonitorReceiver()
806 mDispatcher->registerInputMonitor(mServerChannel, displayId, isGestureMonitor); in FakeMonitorReceiver()