Searched refs:WorkerThread (Results 1 – 4 of 4) sorted by relevance
357 friend class WorkerThread; variable358 class WorkerThread : public Thread {365 inline explicit WorkerThread(EmulatedCameraDevice* camera_dev) in WorkerThread() function373 inline ~WorkerThread() in ~WorkerThread()473 inline WorkerThread* getWorkerThread() const in getWorkerThread()487 sp<WorkerThread> mWorkerThread;
74 mWorkerThread = new WorkerThread(this); in Initialize()286 status_t EmulatedCameraDevice::WorkerThread::readyToRun() in readyToRun()306 status_t EmulatedCameraDevice::WorkerThread::stopThread() in stopThread()346 EmulatedCameraDevice::WorkerThread::SelectRes347 EmulatedCameraDevice::WorkerThread::Select(int fd, int timeout) in Select()
237 WorkerThread::SelectRes res = in inWorkerThread()239 if (res == WorkerThread::EXIT_THREAD) { in inWorkerThread()
195 WorkerThread::SelectRes res = in inWorkerThread()197 if (res == WorkerThread::EXIT_THREAD) { in inWorkerThread()