Searched refs:noteDataDropped (Results 1 – 4 of 4) sorted by relevance
/packages/modules/StatsD/statsd/src/guardrail/ |
D | StatsdStats.h | 228 void noteDataDropped(const ConfigKey& key, const size_t totalBytes); 639 void noteDataDropped(const ConfigKey& key, const size_t totalBytes, int32_t timeSec);
|
D | StatsdStats.cpp | 257 void StatsdStats::noteDataDropped(const ConfigKey& key, const size_t totalBytes) { in noteDataDropped() function in android::os::statsd::StatsdStats 258 noteDataDropped(key, totalBytes, getWallClockSec()); in noteDataDropped() 277 void StatsdStats::noteDataDropped(const ConfigKey& key, const size_t totalBytes, int32_t timeSec) { in noteDataDropped() function in android::os::statsd::StatsdStats
|
/packages/modules/StatsD/statsd/tests/guardrail/ |
D | StatsdStats_test.cpp | 129 stats.noteDataDropped(key, 123); in TEST() 399 stats.noteDataDropped(key, timestamps[i]); in TEST() 409 stats.noteDataDropped(key, 123, 10000); in TEST()
|
/packages/modules/StatsD/statsd/src/ |
D | StatsLogProcessor.cpp | 795 StatsdStats::getInstance().noteDataDropped(key, totalBytes); in flushIfNecessaryLocked()
|