Home
last modified time | relevance | path

Searched refs:flushIfNecessaryLocked (Results 1 – 3 of 3) sorted by relevance

/packages/modules/StatsD/statsd/tests/
DStatsLogProcessor_test.cpp101 p.flushIfNecessaryLocked(key, mockMetricsManager); in TEST()
102 p.flushIfNecessaryLocked(key, mockMetricsManager); in TEST()
103 p.flushIfNecessaryLocked(key, mockMetricsManager); in TEST()
131 p.flushIfNecessaryLocked(key, mockMetricsManager); in TEST()
168 p.flushIfNecessaryLocked(key, mockMetricsManager); in TEST()
2284 processor->flushIfNecessaryLocked(mConfigKey, *metricsManager); in TEST_F()
2300 processor->flushIfNecessaryLocked(mConfigKey, *metricsManager); in TEST_F()
/packages/modules/StatsD/statsd/src/
DStatsLogProcessor.h280 void flushIfNecessaryLocked(const ConfigKey& key, MetricsManager& metricsManager);
DStatsLogProcessor.cpp500 flushIfNecessaryLocked(pair.first, *(pair.second)); in OnLogEvent()
1114 void StatsLogProcessor::flushIfNecessaryLocked(const ConfigKey& key, in flushIfNecessaryLocked() function in android::os::statsd::StatsLogProcessor