Searched refs:timeDifference (Results 1 – 5 of 5) sorted by relevance
106 long timeDifference = timestamp - mFirstTimestamp; in handleMessageFromNanoApp() local108 timeDifference > 0); in handleMessageFromNanoApp()110 + " nanoseconds, but got " + timeDifference, in handleMessageFromNanoApp()111 ((timeDifference > (SLEEP_DURATION_NS - TOLERANCE_NS)) in handleMessageFromNanoApp()112 && (timeDifference in handleMessageFromNanoApp()
243 nsecs_t timeDifference = 0; in computePresentationTimeStamp() local258 timeDifference = presentationTimeStamp - mVsyncTimeStamp; in computePresentationTimeStamp()261 vsyncOffset = timeDifference % mAvgVsyncInterval; in computePresentationTimeStamp()273 timeDifference, vsyncOffset, mAvgVsyncInterval, in computePresentationTimeStamp()
1148 double timeDifference = mClock.getElapsedSinceBootMillis() in calculateLastSelectionWeight() local1151 if (timeDifference >= millis) return 0.0; in calculateLastSelectionWeight()1152 double unclipped = 1.0 - (timeDifference / millis); in calculateLastSelectionWeight()
979 long timeDifference = currentTime - mLastErrorTime; in canBringUpTunnel() local980 if (timeDifference < retryTime) { in canBringUpTunnel()
425 final long timeDifference = mRelativeBootTime - oldRelativeBootTime;430 rollback.setTimestamp(rollback.getTimestamp().plusMillis(timeDifference));