Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/
DStatsLogProcessor.h199 void resetConfigsLocked(const int64_t timestampNs);
201 void resetConfigsLocked(const int64_t timestampNs, const std::vector<ConfigKey>& configs);
DStatsLogProcessor.cpp185 resetConfigsLocked(getElapsedRealtimeNs()); in resetConfigs()
188 void StatsLogProcessor::resetConfigsLocked(const int64_t timestampNs) { in resetConfigsLocked() function in android::os::statsd::StatsLogProcessor
193 resetConfigsLocked(timestampNs, configKeys); in resetConfigsLocked()
480 void StatsLogProcessor::resetConfigsLocked(const int64_t timestampNs, in resetConfigsLocked() function in android::os::statsd::StatsLogProcessor
506 resetConfigsLocked(timestampNs, configKeysTtlExpired); in resetIfConfigTtlExpiredLocked()