Lines Matching refs:inputWindowCommands
4133 inputWindowCommands = in updateInputFlinger()
4146 inputWindowCommands.windowInfosReportedListeners), in updateInputFlinger()
4148 !inputWindowCommands.focusRequests.empty()); in updateInputFlinger()
4152 for (const auto& listener : inputWindowCommands.windowInfosReportedListeners) { in updateInputFlinger()
4158 for (const auto& focusRequest : inputWindowCommands.focusRequests) { in updateInputFlinger()
4755 transaction.inputWindowCommands, in applyTransactionsLocked()
4828 InputWindowCommands inputWindowCommands, int64_t desiredPresentTime, bool isAutoTimestamp, in setTransactionState() argument
4846 if (!inputWindowCommands.empty() && in setTransactionState()
4849 inputWindowCommands.clear(); in setTransactionState()
4914 std::move(inputWindowCommands), in setTransactionState()
4956 const InputWindowCommands& inputWindowCommands, in applyTransactionState() argument
4978 transactionFlags |= addInputWindowCommands(inputWindowCommands); in applyTransactionState()
5242 uint32_t SurfaceFlinger::addInputWindowCommands(const InputWindowCommands& inputWindowCommands) { in addInputWindowCommands() argument
5243 bool hasChanges = mInputWindowCommands.merge(inputWindowCommands); in addInputWindowCommands()
5404 state.inputWindowCommands = mInputWindowCommands; in initializeDisplays()