Searched refs:mustComposite (Results 1 – 2 of 2) sorted by relevance
60 bool mustComposite = mFlinger.updateLayerSnapshots(VsyncId{1}, /*frameTimeNs=*/0, in TEST_F() local62 EXPECT_FALSE(mustComposite); in TEST_F()71 bool mustComposite = mFlinger.updateLayerSnapshots(VsyncId{1}, /*frameTimeNs=*/0, in TEST_F() local73 EXPECT_TRUE(mustComposite); in TEST_F()108 bool mustComposite = mFlinger.updateLayerSnapshots(VsyncId{1}, /*frameTimeNs=*/0, in TEST_F() local110 EXPECT_TRUE(mustComposite); in TEST_F()152 bool mustComposite = mFlinger.updateLayerSnapshots(VsyncId{1}, /*frameTimeNs=*/0, in TEST_F() local154 EXPECT_TRUE(mustComposite); in TEST_F()
2345 bool mustComposite = latchBuffers() || shouldCommit; in updateLayerSnapshotsLegacy() local2347 return mustComposite; in updateLayerSnapshotsLegacy()2472 bool mustComposite = false; in updateLayerSnapshots() local2473 mustComposite |= applyAndCommitDisplayTransactionStatesLocked(update.transactions); in updateLayerSnapshots()2510 mustComposite |= mLayerLifecycleManager.getGlobalChanges().any( in updateLayerSnapshots()2513 mustComposite |= mLayerLifecycleManager.getGlobalChanges().get() != 0; in updateLayerSnapshots()2518 mustComposite |= applyTransactionsLocked(update.transactions, vsyncId); in updateLayerSnapshots()2593 mustComposite |= (getTransactionFlags() & ~eTransactionFlushNeeded) || newDataLatched; in updateLayerSnapshots()2594 if (mustComposite) { in updateLayerSnapshots()2598 return mustComposite; in updateLayerSnapshots()[all …]