Lines Matching refs:inputWindowCommands
4317 inputWindowCommands = std::move(mInputWindowCommands), inputFlinger = mInputFlinger, in updateInputFlinger()
4326 inputWindowCommands.releaseListeners(), in updateInputFlinger()
4328 !inputWindowCommands.getFocusRequests() in updateInputFlinger()
4333 for (const auto& listener : inputWindowCommands.getListeners()) { in updateInputFlinger()
4339 for (const auto& focusRequest : inputWindowCommands.getFocusRequests()) { in updateInputFlinger()
4916 transaction.inputWindowCommands, in applyTransactionsLocked()
5122 const InputWindowCommands& inputWindowCommands, const int64_t desiredPresentTime, in applyTransactionState() argument
5142 transactionFlags |= addInputWindowCommands(inputWindowCommands); in applyTransactionState()
5406 uint32_t SurfaceFlinger::addInputWindowCommands(const InputWindowCommands& inputWindowCommands) { in addInputWindowCommands() argument
5407 bool hasChanges = mInputWindowCommands.merge(inputWindowCommands); in addInputWindowCommands()
5600 state.inputWindowCommands = mInputWindowCommands; in initializeDisplays()