Searched refs:updateLayerSnapshots (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | CommitTest.cpp | 60 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()
|
D | TestableSurfaceFlinger.h | 656 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/ |
D | SurfaceFlinger.h | 787 bool updateLayerSnapshots(VsyncId vsyncId, nsecs_t frameTimeNs, bool transactionsFlushed,
|
D | SurfaceFlinger.cpp | 2418 bool SurfaceFlinger::updateLayerSnapshots(VsyncId vsyncId, nsecs_t frameTimeNs, in updateLayerSnapshots() function in android::SurfaceFlinger 2688 updateLayerSnapshots(vsyncId, pacesetterFrameTarget.frameBeginTime().ns(), in commit()
|