Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowAnimator.java96 mAnimationFrameCallback = frameTimeNs -> { in WindowAnimator()
99 animate(frameTimeNs); in WindowAnimator()
111 private void animate(long frameTimeNs) { in animate() argument
123 mCurrentTime = frameTimeNs / TimeUtils.NANOS_PER_MS; in animate()
/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableSurfaceFlinger.h656 auto updateLayerSnapshots(VsyncId vsyncId, nsecs_t frameTimeNs, bool transactionsFlushed, in updateLayerSnapshots() argument
659 return mFlinger->updateLayerSnapshots(vsyncId, frameTimeNs, transactionsFlushed, out); in updateLayerSnapshots()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h784 bool updateLayerSnapshotsLegacy(VsyncId vsyncId, nsecs_t frameTimeNs, bool transactionsFlushed,
787 bool updateLayerSnapshots(VsyncId vsyncId, nsecs_t frameTimeNs, bool transactionsFlushed,
DSurfaceFlinger.cpp2319 bool SurfaceFlinger::updateLayerSnapshotsLegacy(VsyncId vsyncId, nsecs_t frameTimeNs, in updateLayerSnapshotsLegacy() argument
2327 mTransactionTracing->addCommittedTransactions(ftl::to_underlying(vsyncId), frameTimeNs, in updateLayerSnapshotsLegacy()
2418 bool SurfaceFlinger::updateLayerSnapshots(VsyncId vsyncId, nsecs_t frameTimeNs, in updateLayerSnapshots() argument
2451 mTransactionTracing->addCommittedTransactions(ftl::to_underlying(vsyncId), frameTimeNs, in updateLayerSnapshots()