Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DCommitTest.cpp60 bool mustComposite = mFlinger.updateLayerSnapshots(VsyncId{1}, /*frameTimeNs=*/0, in TEST_F()
71 bool mustComposite = mFlinger.updateLayerSnapshots(VsyncId{1}, /*frameTimeNs=*/0, in TEST_F()
108 bool mustComposite = mFlinger.updateLayerSnapshots(VsyncId{1}, /*frameTimeNs=*/0, in TEST_F()
152 bool mustComposite = mFlinger.updateLayerSnapshots(VsyncId{1}, /*frameTimeNs=*/0, in TEST_F()
DTestableSurfaceFlinger.h656 auto updateLayerSnapshots(VsyncId vsyncId, nsecs_t frameTimeNs, bool transactionsFlushed, in updateLayerSnapshots() function
659 return mFlinger->updateLayerSnapshots(vsyncId, frameTimeNs, transactionsFlushed, out); in updateLayerSnapshots()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h787 bool updateLayerSnapshots(VsyncId vsyncId, nsecs_t frameTimeNs, bool transactionsFlushed,
DSurfaceFlinger.cpp2418 bool SurfaceFlinger::updateLayerSnapshots(VsyncId vsyncId, nsecs_t frameTimeNs, in updateLayerSnapshots() function in android::SurfaceFlinger
2688 updateLayerSnapshots(vsyncId, pacesetterFrameTarget.frameBeginTime().ns(), in commit()