Home
last modified time | relevance | path

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

/frameworks/base/cmds/incidentd/src/
DSection.cpp233 struct WorkerThreadData : public virtual RefBase { struct
242 explicit WorkerThreadData(const WorkerThreadSection* section);
243 virtual ~WorkerThreadData();
246 WorkerThreadData::WorkerThreadData(const WorkerThreadSection* sec) in WorkerThreadData() function in android::os::incidentd::WorkerThreadData
249 WorkerThreadData::~WorkerThreadData() {} in ~WorkerThreadData()
267 sp<WorkerThreadData> data = new WorkerThreadData(this); in Execute()