Searched refs:noteDataDropped (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/cmds/statsd/src/guardrail/ |
D | StatsdStats.h | 218 void noteDataDropped(const ConfigKey& key, const size_t totalBytes); 593 void noteDataDropped(const ConfigKey& key, const size_t totalBytes, int32_t timeSec);
|
D | StatsdStats.cpp | 255 void StatsdStats::noteDataDropped(const ConfigKey& key, const size_t totalBytes) { in noteDataDropped() function in android::os::statsd::StatsdStats 256 noteDataDropped(key, totalBytes, getWallClockSec()); in noteDataDropped() 275 void StatsdStats::noteDataDropped(const ConfigKey& key, const size_t totalBytes, int32_t timeSec) { in noteDataDropped() function in android::os::statsd::StatsdStats
|
/frameworks/base/cmds/statsd/tests/guardrail/ |
D | StatsdStats_test.cpp | 129 stats.noteDataDropped(key, 123); in TEST() 384 stats.noteDataDropped(key, timestamps[i]); in TEST() 394 stats.noteDataDropped(key, 123, 10000); in TEST()
|
/frameworks/base/cmds/statsd/src/ |
D | StatsLogProcessor.cpp | 556 StatsdStats::getInstance().noteDataDropped(key, totalBytes); in flushIfNecessaryLocked()
|