Searched refs:WorkerThreadData (Results 1 – 1 of 1) sorted by relevance
232 struct WorkerThreadData : public virtual RefBase { struct241 explicit WorkerThreadData(const WorkerThreadSection* section);242 virtual ~WorkerThreadData();245 WorkerThreadData::WorkerThreadData(const WorkerThreadSection* sec) in WorkerThreadData() function in android::os::incidentd::WorkerThreadData248 WorkerThreadData::~WorkerThreadData() {} in ~WorkerThreadData()269 WorkerThreadData* data = (WorkerThreadData*)cookie; in worker_thread_func()292 sp<WorkerThreadData> data = new WorkerThreadData(this); in Execute()