Searched refs:noteStopAll (Results 1 – 8 of 8) sorted by relevance
42 void noteStopAll(const int64_t eventTime) override;
43 void noteStopAll(const int64_t eventTime) override;
104 virtual void noteStopAll(const int64_t eventTime) = 0;
154 void MaxDurationTracker::noteStopAll(const int64_t eventTime) { in noteStopAll() function in android::os::statsd::MaxDurationTracker
116 void OringDurationTracker::noteStopAll(const int64_t timestamp) { in noteStopAll() function in android::os::statsd::OringDurationTracker
109 tracker.noteStopAll(bucketStartTimeNs + bucketSizeNs + 40); in TEST()
133 tracker.noteStopAll(eventStartTimeNs + 2003); in TEST()
694 whatIt.second->noteStopAll(eventTimeNs); in handleMatchedLogEventValuesLocked()