Lines Matching refs:mustComposite
2345 bool mustComposite = latchBuffers() || shouldCommit;
2347 return mustComposite;
2472 bool mustComposite = false;
2473 mustComposite |= applyAndCommitDisplayTransactionStatesLocked(update.transactions);
2510 mustComposite |= mLayerLifecycleManager.getGlobalChanges().any(
2513 mustComposite |= mLayerLifecycleManager.getGlobalChanges().get() != 0;
2518 mustComposite |= applyTransactionsLocked(update.transactions, vsyncId);
2593 mustComposite |= (getTransactionFlags() & ~eTransactionFlushNeeded) || newDataLatched;
2594 if (mustComposite) {
2598 return mustComposite;
2677 bool mustComposite = mMustComposite.exchange(false);
2687 mustComposite |=
2695 if (FlagManager::getInstance().vrr_config() && mustComposite) {
2740 if (!mustComposite) {
2748 persistDisplayBrightness(mustComposite);
2750 return mustComposite && CC_LIKELY(mBootStage != BootStage::BOOTLOADER);