HomeSort by relevance Sort by last modified time
    Searched full:atommatchercount (Results 1 - 1 of 1) sorted by null

  /frameworks/base/cmds/statsd/src/metrics/
metrics_manager_util.cpp 120 const int atomMatcherCount = config.atom_matcher_size();
121 matcherConfigs.reserve(atomMatcherCount);
122 allAtomMatchers.reserve(atomMatcherCount);
124 for (int i = 0; i < atomMatcherCount; i++) {

Completed in 713 milliseconds