Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/statsd/src/
H A DStatsLogProcessor.cpp460 bool isCurActive = pair.second->isActive(); in OnLogEvent() local
462 if (isCurActive) { in OnLogEvent()
473 if (isPrevActive != isCurActive) { in OnLogEvent()
476 StatsdStats::getInstance().noteActiveStatusChanged(pair.first, isCurActive); in OnLogEvent()