Home
last modified time | relevance | path

Searched refs:noteBroadcastSent (Results 1 – 4 of 4) sorted by relevance

/packages/modules/StatsD/statsd/tests/guardrail/
DStatsdStats_test.cpp259 stats.noteBroadcastSent(key); in TEST()
260 stats.noteBroadcastSent(key); in TEST()
603 stats.noteBroadcastSent(key, timestamps[i]); in TEST()
613 stats.noteBroadcastSent(key, 10000); in TEST()
/packages/modules/StatsD/statsd/src/guardrail/
DStatsdStats.h337 void noteBroadcastSent(const ConfigKey& key);
1052 void noteBroadcastSent(const ConfigKey& key, int32_t timeSec);
DStatsdStats.cpp358 void StatsdStats::noteBroadcastSent(const ConfigKey& key) { in noteBroadcastSent() function in android::os::statsd::StatsdStats
359 noteBroadcastSent(key, getWallClockSec()); in noteBroadcastSent()
362 void StatsdStats::noteBroadcastSent(const ConfigKey& key, int32_t timeSec) { in noteBroadcastSent() function in android::os::statsd::StatsdStats
/packages/modules/StatsD/statsd/src/
DStatsLogProcessor.cpp1167 StatsdStats::getInstance().noteBroadcastSent(key); in flushIfNecessaryLocked()