Searched refs:currentTimestamp (Results 1 – 6 of 6) 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;
59 const int64_t currentTimestamp) const override;
112 const int64_t currentTimestamp) const = 0;
576 static int toPrivacyFuzzedTimeInterval(long previousTimestamp, long currentTimestamp) { in toPrivacyFuzzedTimeInterval() argument577 long diff = currentTimestamp - previousTimestamp; in toPrivacyFuzzedTimeInterval()