Home
last modified time | relevance | path

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

/aosp12/frameworks/base/cmds/incidentd/src/
H A DReporter.cpp411 mSectionBufferSuccess = false; in startSection()
422 mSectionBufferSuccess = !buffer.timedOut() && !buffer.truncated(); in setSectionStats()
433 sectionMetadata->set_success((!mHadError) && mSectionBufferSuccess); in endSection()
H A DReporter.h249 bool mSectionBufferSuccess; variable