Searched refs:presentTime (Results 1 – 6 of 6) sorted by relevance
435 uint64_t presentTime = 0; in getPresentTime() local456 if (syncFenceInfo[i].timestamp_ns > presentTime) { in getPresentTime()457 presentTime = syncFenceInfo[i].timestamp_ns; in getPresentTime()463 return presentTime; in getPresentTime()469 uint64_t presentTime = systemTime(); in callback() local473 presentTime = getPresentTime(presentFence); in callback()478 presentTime); in callback()
32 void onTransactionComplete(long latchTime, long presentTime); in onTransactionComplete() argument
268 (latchTime, presentTime) -> registeredLatch.countDown()); in attachEmbeddedASurfaceControl()
65 public void onTransactionComplete(long latchTime, long presentTime) { in onTransactionComplete() argument
421 (latchTime, presentTime) -> drawCompleteLatch.countDown()); in setup()
2120 public void onTransactionComplete(long inLatchTime, long presentTime) { in onTransactionComplete() argument2123 mPresentTime = presentTime; in onTransactionComplete()