Searched refs:isSkipped (Results 1 – 2 of 2) sorted by relevance
/packages/modules/StatsD/statsd/src/guardrail/ |
D | StatsdStats.h | 459 void noteAtomLogged(int atomId, int32_t timeSec, bool isSkipped); 631 void noteEventQueueOverflow(int64_t oldestEventTimestampNs, int32_t atomId, bool isSkipped); 1043 void noteAtomLoggedLocked(int atomId, bool isSkipped);
|
D | StatsdStats.cpp | 412 bool isSkipped) { in noteEventQueueOverflow() argument 427 noteAtomLoggedLocked(atomId, isSkipped); in noteEventQueueOverflow() 750 void StatsdStats::noteAtomLogged(int atomId, int32_t /*timeSec*/, bool isSkipped) { in noteAtomLogged() argument 753 noteAtomLoggedLocked(atomId, isSkipped); in noteAtomLogged() 756 void StatsdStats::noteAtomLoggedLocked(int atomId, bool isSkipped) { in noteAtomLoggedLocked() argument 759 mPushedAtomStats[atomId].skipCount += isSkipped; in noteAtomLoggedLocked() 767 mNonPlatformPushedAtomStats[atomId].skipCount += isSkipped; in noteAtomLoggedLocked()
|