Searched refs:allTransactionsApplied (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DBufferLayer.cpp975 bool allTransactionsApplied = true; local
989 allTransactionsApplied = false;
993 allTransactionsApplied = allTransactionsApplied && point->transactionIsApplied();
995 return !matchingFramesFound || allTransactionsApplied;

Completed in 76 milliseconds