Home
last modified time | relevance | path

Searched refs:currentRealtimeTsNanos (Results 1 – 1 of 1) sorted by relevance

/packages/modules/StatsD/lib/libstatssocket/
Dstats_socket_loss_reporter.cpp45 const int64_t currentRealtimeTsNanos = get_elapsed_realtime_ns(); in noteDrop() local
51 mFirstTsNanos.store(currentRealtimeTsNanos, std::memory_order_relaxed); in noteDrop()
53 mLastTsNanos.store(currentRealtimeTsNanos, std::memory_order_relaxed); in noteDrop()
81 const int64_t currentRealtimeTsNanos = get_elapsed_realtime_ns(); in dumpAtomsLossStats() local
83 if (!forceDump && isCooldownTimerActive(currentRealtimeTsNanos)) { in dumpAtomsLossStats()
125 startCooldownTimer(currentRealtimeTsNanos); in dumpAtomsLossStats()