Searched refs:flushTransactions (Results 1 – 4 of 4) sorted by relevance
64 std::vector<TransactionState> flushTransactions();
48 std::vector<TransactionState> TransactionHandler::flushTransactions() { in flushTransactions() function in android::surfaceflinger::frontend::TransactionHandler
2320 bool flushTransactions, in updateLayerSnapshotsLegacy() argument2324 if (flushTransactions) { in updateLayerSnapshotsLegacy()2334 if (flushTransactions) { in updateLayerSnapshotsLegacy()2419 bool flushTransactions, bool& outTransactionsAreEmpty) { in updateLayerSnapshots() argument2423 if (flushTransactions) { in updateLayerSnapshots()2449 update.transactions = mTransactionHandler.flushTransactions(); in updateLayerSnapshots()2684 const bool flushTransactions = clearTransactionFlags(eTransactionFlushNeeded); in commit() local2689 flushTransactions, transactionsAreEmpty); in commit()5095 std::vector<TransactionState> transactions = mTransactionHandler.flushTransactions(); in flushTransactionQueues()9567 update.transactions = mTransactionHandler.flushTransactions(); in flushLifecycleUpdates()
948 std::vector<TransactionState> transactionsReadyToBeApplied = handler.flushTransactions(); in TEST()