Searched refs:mInputWindowCommands (Results 1 – 4 of 4) sorted by relevance
716 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()
475 InputWindowCommands mInputWindowCommands; variable
3725 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()
1357 InputWindowCommands mInputWindowCommands; variable