OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resetConfigsLocked
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/cmds/statsd/src/
StatsLogProcessor.cpp
168
resetConfigsLocked
(getElapsedRealtimeNs());
171
void StatsLogProcessor::
resetConfigsLocked
(const int64_t timestampNs) {
176
resetConfigsLocked
(timestampNs, configKeys);
211
resetConfigsLocked
(currentTimestampNs);
413
void StatsLogProcessor::
resetConfigsLocked
(const int64_t timestampNs,
439
resetConfigsLocked
(timestampNs, configKeysTtlExpired);
StatsLogProcessor.h
161
void
resetConfigsLocked
(const int64_t timestampNs);
163
void
resetConfigsLocked
(const int64_t timestampNs, const std::vector<ConfigKey>& configs);
Completed in 115 milliseconds