Home
last modified time | relevance | path

Searched refs:mInputFlinger (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/gui/tests/
DEndToEndNativeInputTest.cpp74 mInputFlinger = getInputFlinger(); in InputSurface()
75 mInputFlinger->registerInputChannel(mServerChannel); in InputSurface()
158 mInputFlinger->unregisterInputChannel(mServerChannel); in ~InputSurface()
218 sp<IInputFlinger> mInputFlinger; member in android::test::InputSurface
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h1141 sp<IInputFlinger> mInputFlinger; variable
DSurfaceFlinger.cpp546 mInputFlinger = interface_cast<IInputFlinger>(input); in bootFinished()
2927 if (!mInputFlinger) { in updateInputFlinger()
2954 mInputFlinger->setInputWindows(inputHandles, in updateInputWindowInfo()
2969 mInputFlinger->transferTouchFocus(transferTouchFocusCommand.fromToken, in executeInputWindowCommands()