Searched refs:noteBroadcastSent (Results 1 – 4 of 4) sorted by relevance
125 stats.noteBroadcastSent(key); in TEST()126 stats.noteBroadcastSent(key); in TEST()385 stats.noteBroadcastSent(key, timestamps[i]); in TEST()395 stats.noteBroadcastSent(key, 10000); in TEST()
206 void noteBroadcastSent(const ConfigKey& key);597 void noteBroadcastSent(const ConfigKey& key, int32_t timeSec);
206 void StatsdStats::noteBroadcastSent(const ConfigKey& key) { in noteBroadcastSent() function in android::os::statsd::StatsdStats207 noteBroadcastSent(key, getWallClockSec()); in noteBroadcastSent()210 void StatsdStats::noteBroadcastSent(const ConfigKey& key, int32_t timeSec) { in noteBroadcastSent() function in android::os::statsd::StatsdStats
579 StatsdStats::getInstance().noteBroadcastSent(key); in flushIfNecessaryLocked()