Searched refs:WorkerThreadData (Results 1 – 1 of 1) sorted by relevance
404 struct WorkerThreadData : public virtual RefBase { struct413 WorkerThreadData(const WorkerThreadSection* section);414 virtual ~WorkerThreadData();417 WorkerThreadData::WorkerThreadData(const WorkerThreadSection* sec) in WorkerThreadData() function in android::os::incidentd::WorkerThreadData420 WorkerThreadData::~WorkerThreadData() {} in ~WorkerThreadData()429 WorkerThreadData* data = (WorkerThreadData*)cookie; in worker_thread_func()452 sp<WorkerThreadData> data = new WorkerThreadData(this); in Execute()