Searched defs:WorkerThreadData (Results 1 – 1 of 1) sorted by relevance
404 struct WorkerThreadData : public virtual RefBase { struct405 const WorkerThreadSection* section;406 Fpipe pipe;409 mutex lock;410 bool workerDone;411 status_t workerError;417 WorkerThreadData::WorkerThreadData(const WorkerThreadSection* sec) in WorkerThreadData() function in android::os::incidentd::WorkerThreadData