Searched refs:noteEventQueueOverflow (Results  1 – 4 of 4) sorted by relevance
| /packages/modules/StatsD/statsd/tests/guardrail/ | 
| D | StatsdStats_test.cpp | 748         stats.noteEventQueueOverflow(/*oldestEventTimestampNs*/ 0, pushAtomTag, false);  in TEST()749         stats.noteEventQueueOverflow(/*oldestEventTimestampNs*/ 0, nonPlatformPushAtomTag, false);  in TEST()
 791         stats.noteEventQueueOverflow(/*oldestEventTimestampNs*/ 0, pushAtomTag, false);  in TEST()
 792         stats.noteEventQueueOverflow(/*oldestEventTimestampNs*/ 0, nonPlatformPushAtomTag, false);  in TEST()
 865         stats.noteEventQueueOverflow(/*oldestEventTimestampNs*/ 0, pushAtomTag, true);  in TEST()
 866         stats.noteEventQueueOverflow(/*oldestEventTimestampNs*/ 0, nonPlatformPushAtomTag, true);  in TEST()
 
 | 
| /packages/modules/StatsD/statsd/src/socket/ | 
| D | StatsSocketListener.cpp | 151         StatsdStats::getInstance().noteEventQueueOverflow(oldestTimestamp, atomId, isAtomSkipped);  in processMessage()
 | 
| /packages/modules/StatsD/statsd/src/guardrail/ | 
| D | StatsdStats.h | 558     void noteEventQueueOverflow(int64_t oldestEventTimestampNs, int32_t atomId, bool isSkipped);
 | 
| D | StatsdStats.cpp | 304 void StatsdStats::noteEventQueueOverflow(int64_t oldestEventTimestampNs, int32_t atomId,  in noteEventQueueOverflow()  function in android::os::statsd::StatsdStats
 |