Home
last modified time | relevance | path

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

/frameworks/base/cmds/incidentd/src/
DSection.h163 class LogSection : public WorkerThreadSection {
171 LogSection(int id, const char* logID, ...);
172 virtual ~LogSection();
DSection.cpp525 map<log_id_t, log_time> LogSection::gLastLogsRetrieved;
527 LogSection::LogSection(int id, const char* logID, ...) : WorkerThreadSection(id), mLogMode(logModeB… in LogSection() function in android::os::incidentd::LogSection
559 LogSection::~LogSection() {} in ~LogSection()
577 status_t LogSection::BlockingCall(unique_fd& pipeWriteFd) const { in BlockingCall()