Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/
DStatsLogProcessor.h249 void resetConfigsLocked(const int64_t timestampNs);
251 void resetConfigsLocked(const int64_t timestampNs, const std::vector<ConfigKey>& configs);
DStatsLogProcessor.cpp373 resetConfigsLocked(getElapsedRealtimeNs()); in resetConfigs()
376 void StatsLogProcessor::resetConfigsLocked(const int64_t timestampNs) { in resetConfigsLocked() function in android::os::statsd::StatsLogProcessor
381 resetConfigsLocked(timestampNs, configKeys); in resetConfigsLocked()
691 void StatsLogProcessor::resetConfigsLocked(const int64_t timestampNs, in resetConfigsLocked() function in android::os::statsd::StatsLogProcessor
717 resetConfigsLocked(timestampNs, configKeysTtlExpired); in resetIfConfigTtlExpiredLocked()