Searched refs:WorkerThreadSection (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/cmds/incidentd/src/ |
D | Section.h | 110 class WorkerThreadSection : public Section { 112 WorkerThreadSection(int id, int64_t timeoutMs = REMOTE_CALL_TIMEOUT_MS, 114 virtual ~WorkerThreadSection(); 141 class DumpsysSection : public WorkerThreadSection { 156 class LogSection : public WorkerThreadSection { 174 class TombstoneSection : public WorkerThreadSection {
|
D | Section.cpp | 405 const WorkerThreadSection* section; 413 WorkerThreadData(const WorkerThreadSection* section); 417 WorkerThreadData::WorkerThreadData(const WorkerThreadSection* sec) in WorkerThreadData() 423 WorkerThreadSection::WorkerThreadSection(int id, const int64_t timeoutMs, bool userdebugAndEngOnly) in WorkerThreadSection() function in android::os::incidentd::WorkerThreadSection 426 WorkerThreadSection::~WorkerThreadSection() {} in ~WorkerThreadSection() 444 status_t WorkerThreadSection::Execute(ReportRequestSet* requests) const { in Execute() 622 : WorkerThreadSection(id, REMOTE_CALL_TIMEOUT_MS, userdebugAndEngOnly), mService(service) { in DumpsysSection() 666 LogSection::LogSection(int id, log_id_t logID) : WorkerThreadSection(id), mLogID(logID) { in LogSection() 823 : WorkerThreadSection(id, timeoutMs), mType(type) { in TombstoneSection()
|