Searched refs:currentTimestamp (Results 1 – 9 of 9) sorted by relevance
70 int currentTimestamp = 0; in decodePacket() local85 if (newTimestamp != currentTimestamp) { in decodePacket()95 currentTimestamp = newTimestamp; in decodePacket()100 nanoTimestamp = mTimeTracker.convertTimestampToNanotime(currentTimestamp, now); in decodePacket()
317 const int64_t currentTimestamp) const { in predictAnomalyTimestampNs()324 it->second.lastDuration + (currentTimestamp - it->second.lastStartTime); in predictAnomalyTimestampNs()330 int64_t anomalyTimeNs = currentTimestamp + anomalyTracker.getAnomalyThreshold() - maxElapsed; in predictAnomalyTimestampNs()
60 const int64_t currentTimestamp) const override;
58 const int64_t currentTimestamp) const override;
111 const int64_t currentTimestamp) const = 0;
316 final long currentTimestamp = SystemClock.elapsedRealtime(); in fetchUsapPoolPolicyPropsWithMinInterval() local319 || (currentTimestamp - mLastPropCheckTimestamp >= Zygote.PROPERTY_CHECK_INTERVAL)) { in fetchUsapPoolPolicyPropsWithMinInterval()321 mLastPropCheckTimestamp = currentTimestamp; in fetchUsapPoolPolicyPropsWithMinInterval()
434 long currentTimestamp = mClock.currentTimeMillis(); in updateLearningStatus() local435 mLearningTimeElapsed += currentTimestamp - mLastLearningTimestamp; in updateLearningStatus()436 mLastLearningTimestamp = currentTimestamp; in updateLearningStatus()
755 final long currentTimestamp = SystemClock.elapsedRealtime(); in fetchUsapPoolEnabledPropWithMinInterval() local762 if (currentTimestamp <= 15000) { in fetchUsapPoolEnabledPropWithMinInterval()768 || (currentTimestamp - mLastPropCheckTimestamp >= Zygote.PROPERTY_CHECK_INTERVAL)) { in fetchUsapPoolEnabledPropWithMinInterval()770 mLastPropCheckTimestamp = currentTimestamp; in fetchUsapPoolEnabledPropWithMinInterval()
859 static int toPrivacyFuzzedTimeInterval(long previousTimestamp, long currentTimestamp) { in toPrivacyFuzzedTimeInterval() argument860 long diff = currentTimestamp - previousTimestamp; in toPrivacyFuzzedTimeInterval()