Searched refs:WorkerThread (Results 1 – 9 of 9) sorted by relevance
27 WorkerThread::WorkerThread(const char* threadName, in WorkerThread() function in android::WorkerThread37 status_t WorkerThread::startThread(bool oneBurst) { in startThread()47 status_t WorkerThread::stopThread() { in stopThread()56 status_t WorkerThread::wakeThread() { in wakeThread()63 status_t WorkerThread::joinThread() { in joinThread()67 status_t WorkerThread::readyToRun() in readyToRun()76 bool WorkerThread::threadLoop() { in threadLoop()
27 class WorkerThread : public Thread {29 WorkerThread(const char* threadName,32 virtual ~WorkerThread() {} in ~WorkerThread()
474 class CameraThread : public WorkerThread {513 class FrameProducer : public WorkerThread {
84 WorkerThread.cpp \
455 : WorkerThread("Camera_CameraThread", dev, dev->mCameraHAL), in CameraThread()565 : WorkerThread("Camera_FrameProducer", dev, dev->mCameraHAL), in FrameProducer()
374 friend class WorkerThread; variable375 class WorkerThread : public Thread {381 inline explicit WorkerThread(EmulatedCameraDevice* camera_dev) in WorkerThread() function387 inline ~WorkerThread() { in ~WorkerThread()485 inline WorkerThread* getWorkerThread() const { return mWorkerThread.get(); } in getWorkerThread()496 sp<WorkerThread> mWorkerThread;
73 mWorkerThread = new WorkerThread(this); in Initialize()293 status_t EmulatedCameraDevice::WorkerThread::readyToRun() { in readyToRun()317 status_t EmulatedCameraDevice::WorkerThread::stopThread() { in stopThread()371 EmulatedCameraDevice::WorkerThread::SelectRes in stopThread()372 EmulatedCameraDevice::WorkerThread::Select(int fd, int timeout) { in stopThread()
226 WorkerThread::SelectRes res = in inWorkerThread()228 if (res == WorkerThread::EXIT_THREAD) { in inWorkerThread()
190 WorkerThread::SelectRes res = in inWorkerThread()192 if (res == WorkerThread::EXIT_THREAD) { in inWorkerThread()