Home
last modified time | relevance | path

Searched refs:mInputWindowCommands (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp727 mInputWindowCommands = other.mInputWindowCommands; in Transaction()
737 if (!mInputWindowCommands.empty() && in sanitize()
740 mInputWindowCommands.clear(); in sanitize()
863 mInputWindowCommands = inputWindowCommands; in readFromParcel()
917 mInputWindowCommands.write(*parcel); in writeToParcel()
1016 mInputWindowCommands.merge(other.mInputWindowCommands); in merge()
1033 mInputWindowCommands.clear(); in clear()
1239 mInputWindowCommands, mDesiredPresentTime, mIsAutoTimestamp, in apply()
1993 mInputWindowCommands.focusRequests.push_back(request); in setFocusedWindow()
2000 mInputWindowCommands.windowInfosReportedListeners.insert(windowInfosReportedListener); in addWindowInfosReportedListener()
/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h483 InputWindowCommands mInputWindowCommands; variable
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h1431 InputWindowCommands mInputWindowCommands; variable
DSurfaceFlinger.cpp4142 if (!mInputFlinger || (!mUpdateInputInfo && mInputWindowCommands.empty())) { in updateInputFlinger()
4172 std::move(mInputWindowCommands), in updateInputFlinger()
4200 mInputWindowCommands.clear(); in updateInputFlinger()
5970 bool hasChanges = mInputWindowCommands.merge(inputWindowCommands); in addInputWindowCommands()
6141 state.inputWindowCommands = mInputWindowCommands; in initializeDisplays()