Home
last modified time | relevance | path

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

/aosp12/frameworks/base/cmds/incidentd/src/
H A DReporter.cpp406 mSectionStatsCalledForSectionId = -1; in startSection()
417 mSectionStatsCalledForSectionId = mCurrentSectionId; in setSectionStats()
428 if (mSectionStatsCalledForSectionId != mCurrentSectionId) { in endSection()
H A DReporter.h239 int mSectionStatsCalledForSectionId; variable