Home
last modified time | relevance | path

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

/frameworks/base/cmds/incidentd/src/
DSection.h145 class LogSection : public WorkerThreadSection {
150 LogSection(int id, log_id_t logID);
151 virtual ~LogSection();
DSection.cpp477 map<log_id_t, log_time> LogSection::gLastLogsRetrieved;
479 LogSection::LogSection(int id, log_id_t logID) : WorkerThreadSection(id), mLogID(logID) { in LogSection() function in android::os::incidentd::LogSection
493 LogSection::~LogSection() {} in ~LogSection()
511 status_t LogSection::BlockingCall(int pipeWriteFd) const { in BlockingCall()