Searched refs:noteBroadcastSent (Results 1 – 4 of 4) sorted by relevance
259 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()
337 void noteBroadcastSent(const ConfigKey& key);1052 void noteBroadcastSent(const ConfigKey& key, int32_t timeSec);
358 void StatsdStats::noteBroadcastSent(const ConfigKey& key) { in noteBroadcastSent() function in android::os::statsd::StatsdStats359 noteBroadcastSent(key, getWallClockSec()); in noteBroadcastSent()362 void StatsdStats::noteBroadcastSent(const ConfigKey& key, int32_t timeSec) { in noteBroadcastSent() function in android::os::statsd::StatsdStats
1167 StatsdStats::getInstance().noteBroadcastSent(key); in flushIfNecessaryLocked()