Lines Matching refs:eventTimeNs
186 virtual void notifyAppUpgrade(const int64_t& eventTimeNs) { in notifyAppUpgrade() argument
188 flushLocked(eventTimeNs); in notifyAppUpgrade()
191 void notifyAppRemoved(const int64_t& eventTimeNs) { in notifyAppRemoved() argument
193 notifyAppUpgrade(eventTimeNs); in notifyAppRemoved()
199 virtual void onStatsdInitCompleted(const int64_t& eventTimeNs) { in onStatsdInitCompleted() argument
201 flushLocked(eventTimeNs); in onStatsdInitCompleted()
224 void onStateChanged(const int64_t eventTimeNs, const int32_t atomId, in onStateChanged() argument
376 virtual void flushCurrentBucketLocked(const int64_t& eventTimeNs, in flushCurrentBucketLocked() argument
382 virtual void flushLocked(const int64_t& eventTimeNs) { in flushLocked() argument
383 flushIfNeededLocked(eventTimeNs); in flushLocked()
384 flushCurrentBucketLocked(eventTimeNs, eventTimeNs); in flushLocked()
429 virtual void onActiveStateChangedLocked(const int64_t& eventTimeNs) { in onActiveStateChangedLocked() argument
431 flushLocked(eventTimeNs); in onActiveStateChangedLocked()