Home
last modified time | relevance | path

Searched refs:updateLayerHistory (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableSurfaceFlinger.h649 auto updateLayerHistory(nsecs_t now) { in updateLayerHistory() function
650 return FTL_FAKE_GUARD(kMainThreadContext, mFlinger->updateLayerHistory(now)); in updateLayerHistory()
DLayerHistoryIntegrationTest.cpp64 mFlinger.updateLayerHistory(now); in updateLayerSnapshotsAndLayerHistory()
582 mFlinger.updateLayerHistory(time); in TEST_F()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h789 void updateLayerHistory(nsecs_t now) REQUIRES(kMainThreadContext);
DSurfaceFlinger.cpp2350 void SurfaceFlinger::updateLayerHistory(nsecs_t now) { in updateLayerHistory() function in android::SurfaceFlinger
2569 updateLayerHistory(latchTime); in updateLayerSnapshots()