Searched refs:LogSection (Results 1 – 2 of 2) sorted by relevance
163 class LogSection : public WorkerThreadSection {171 LogSection(int id, const char* logID, ...);172 virtual ~LogSection();
525 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::LogSection559 LogSection::~LogSection() {} in ~LogSection()577 status_t LogSection::BlockingCall(unique_fd& pipeWriteFd) const { in BlockingCall()