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