Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/
DStatsLogProcessor.cpp248 vector<int64_t> newActiveConfigs; in OnLogEvent() local
249 newActiveConfigs.push_back(configId); in OnLogEvent()
250 activeConfigsPerUid[uid] = newActiveConfigs; in OnLogEvent()