Home
last modified time | relevance | path

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

/frameworks/base/cmds/incidentd/src/
DSection.h156 class LogSection : public WorkerThreadSection {
161 LogSection(int id, log_id_t logID);
162 virtual ~LogSection();
DSection.cpp664 map<log_id_t, log_time> LogSection::gLastLogsRetrieved;
666 LogSection::LogSection(int id, log_id_t logID) : WorkerThreadSection(id), mLogID(logID) { in LogSection() function in android::os::incidentd::LogSection
680 LogSection::~LogSection() {} in ~LogSection()
698 status_t LogSection::BlockingCall(int pipeWriteFd) const { in BlockingCall()
/frameworks/base/cmds/incidentd/tests/
DSection_test.cpp239 LogSection ls(1, LOG_ID_EVENTS); in TEST_F()
248 LogSection ls(1, LOG_ID_SYSTEM); in TEST_F()