Home
last modified time | relevance | path

Searched refs:mServerChannel (Results 1 – 6 of 6) 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.java262 InputChannel mServerChannel, mClientChannel; field in DragState.InputInterceptor
269 mServerChannel = channels[0]; in InputInterceptor()
271 mService.mInputManager.registerInputChannel(mServerChannel, null); in InputInterceptor()
283 mDragWindowHandle.token = mServerChannel.getToken(); in InputInterceptor()
316 mService.mInputManager.unregisterInputChannel(mServerChannel); in tearDown()
320 mServerChannel.dispose(); in tearDown()
322 mServerChannel = null; in tearDown()
336 return mInputInterceptor == null ? null : mInputInterceptor.mServerChannel; in getInputChannel()
DTaskPositioner.java124 InputChannel mServerChannel; field in TaskPositioner
260 mServerChannel = channels[0]; in register()
262 mService.mInputManager.registerInputChannel(mServerChannel, null); in register()
276 mDragWindowHandle.token = mServerChannel.getToken(); in register()
330 mService.mInputManager.unregisterInputChannel(mServerChannel); in unregister()
335 mServerChannel.dispose(); in unregister()
337 mServerChannel = null; in unregister()
/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()
158 mInputFlinger->unregisterInputChannel(mServerChannel); in ~InputSurface()
189 mInputInfo.token = mServerChannel->getToken(); in populateInputInfo()
217 sp<InputChannel> mServerChannel, mClientChannel; member in android::test::InputSurface
504 sp<IBinder> fromToken = fromSurface->mServerChannel->getToken(); in TEST_F()
505 sp<IBinder> toToken = toSurface->mServerChannel->getToken(); in TEST_F()
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp418 InputChannel::openInputChannelPair(name, mServerChannel, mClientChannel); in FakeInputReceiver()
431 sp<InputChannel> mServerChannel, mClientChannel; member in android::FakeInputReceiver
448 mServerChannel->setToken(new BBinder()); in FakeWindowHandle()
449 mDispatcher->registerInputChannel(mServerChannel, displayId); in FakeWindowHandle()
456 mInfo.token = mServerChannel ? mServerChannel->getToken() : nullptr; in updateInfo()
494 mServerChannel.clear(); in releaseChannel()
803 mServerChannel->setToken(new BBinder()); in FakeMonitorReceiver()
804 mDispatcher->registerInputMonitor(mServerChannel, displayId, isGestureMonitor); in FakeMonitorReceiver()