Home
last modified time | relevance | path

Searched refs:mustComposite (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DCommitTest.cpp60 bool mustComposite = mFlinger.updateLayerSnapshots(VsyncId{1}, /*frameTimeNs=*/0, in TEST_F() local
62 EXPECT_FALSE(mustComposite); in TEST_F()
71 bool mustComposite = mFlinger.updateLayerSnapshots(VsyncId{1}, /*frameTimeNs=*/0, in TEST_F() local
73 EXPECT_TRUE(mustComposite); in TEST_F()
108 bool mustComposite = mFlinger.updateLayerSnapshots(VsyncId{1}, /*frameTimeNs=*/0, in TEST_F() local
110 EXPECT_TRUE(mustComposite); in TEST_F()
152 bool mustComposite = mFlinger.updateLayerSnapshots(VsyncId{1}, /*frameTimeNs=*/0, in TEST_F() local
154 EXPECT_TRUE(mustComposite); in TEST_F()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp2345 bool mustComposite = latchBuffers() || shouldCommit; in updateLayerSnapshotsLegacy() local
2347 return mustComposite; in updateLayerSnapshotsLegacy()
2472 bool mustComposite = false; in updateLayerSnapshots() local
2473 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 …]