Searched refs:presentTime (Results 1 – 4 of 4) sorted by relevance
393 uint64_t presentTime = 0; in getPresentTime() local414 if (syncFenceInfo[i].timestamp_ns > presentTime) { in getPresentTime()415 presentTime = syncFenceInfo[i].timestamp_ns; in getPresentTime()421 return presentTime; in getPresentTime()427 uint64_t presentTime = systemTime(); in callback() local431 presentTime = getPresentTime(presentFence); in callback()436 presentTime); in callback()
30 void onTransactionComplete(long latchTime, long presentTime); in onTransactionComplete() argument
67 public void onTransactionComplete(long latchTime, long presentTime) { in onTransactionComplete() argument
1775 public void onTransactionComplete(long inLatchTime, long presentTime) { in onTransactionComplete() argument1778 mPresentTime = presentTime; in onTransactionComplete()