Searched refs:LogSection (Results 1 – 2 of 2) sorted by relevance
145 class LogSection : public WorkerThreadSection {150 LogSection(int id, log_id_t logID);151 virtual ~LogSection();
477 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::LogSection493 LogSection::~LogSection() {} in ~LogSection()511 status_t LogSection::BlockingCall(int pipeWriteFd) const { in BlockingCall()