Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp716 mInputWindowCommands = other.mInputWindowCommands; in Transaction()
725 if (!mInputWindowCommands.empty() && in sanitize()
728 mInputWindowCommands.clear(); in sanitize()
851 mInputWindowCommands = inputWindowCommands; in readFromParcel()
905 mInputWindowCommands.write(*parcel); in writeToParcel()
1004 mInputWindowCommands.merge(other.mInputWindowCommands); in merge()
1021 mInputWindowCommands.clear(); in clear()
1227 mInputWindowCommands, mDesiredPresentTime, mIsAutoTimestamp, in apply()
1962 mInputWindowCommands.focusRequests.push_back(request); in setFocusedWindow()
1969 mInputWindowCommands.windowInfosReportedListeners.insert(windowInfosReportedListener); in addWindowInfosReportedListener()
/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h475 InputWindowCommands mInputWindowCommands; variable
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp3725 if (!mInputFlinger || (!mUpdateInputInfo && mInputWindowCommands.empty())) { in updateInputFlinger()
3755 std::move(mInputWindowCommands), in updateInputFlinger()
3783 mInputWindowCommands.clear(); in updateInputFlinger()
5252 bool hasChanges = mInputWindowCommands.merge(inputWindowCommands); in addInputWindowCommands()
5431 state.inputWindowCommands = mInputWindowCommands; in initializeDisplays()
DSurfaceFlinger.h1357 InputWindowCommands mInputWindowCommands; variable