Searched refs:noteStopAll (Results 1 – 8 of 8) sorted by relevance
47 void noteStopAll(const int64_t eventTime) override;
45 void noteStopAll(const int64_t eventTime) override;
92 virtual void noteStopAll(const int64_t eventTime) = 0;
178 void MaxDurationTracker::noteStopAll(const int64_t eventTime) { in noteStopAll() function in android::os::statsd::MaxDurationTracker
124 void OringDurationTracker::noteStopAll(const int64_t timestamp) { in noteStopAll() function in android::os::statsd::OringDurationTracker
111 tracker.noteStopAll(bucketStartTimeNs + bucketSizeNs + 40); in TEST()
137 tracker.noteStopAll(eventStartTimeNs + 2003); in TEST()
751 pair.second->noteStopAll(event.GetElapsedTimestampNs()); in onMatchedLogEventLocked()