Home
last modified time | relevance | path

Searched refs:resetConfigsLocked (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/cmds/statsd/src/
DStatsLogProcessor.cpp168 resetConfigsLocked(getElapsedRealtimeNs()); in resetConfigs()
171 void StatsLogProcessor::resetConfigsLocked(const int64_t timestampNs) { in resetConfigsLocked() function in android::os::statsd::StatsLogProcessor
176 resetConfigsLocked(timestampNs, configKeys); in resetConfigsLocked()
211 resetConfigsLocked(currentTimestampNs); in OnLogEvent()
413 void StatsLogProcessor::resetConfigsLocked(const int64_t timestampNs, in resetConfigsLocked() function in android::os::statsd::StatsLogProcessor
439 resetConfigsLocked(timestampNs, configKeysTtlExpired); in resetIfConfigTtlExpiredLocked()
DStatsLogProcessor.h161 void resetConfigsLocked(const int64_t timestampNs);
163 void resetConfigsLocked(const int64_t timestampNs, const std::vector<ConfigKey>& configs);