Searched refs:WorkerThread (Results 1 – 9 of 9) sorted by relevance
/device/generic/goldfish/camera/ |
D | WorkerThread.cpp | 27 WorkerThread::WorkerThread(const char* threadName, in WorkerThread() function in android::WorkerThread 37 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()
|
D | WorkerThread.h | 27 class WorkerThread : public Thread { 29 WorkerThread(const char* threadName, 32 virtual ~WorkerThread() {} in ~WorkerThread()
|
D | EmulatedCameraDevice.h | 474 class CameraThread : public WorkerThread { 513 class FrameProducer : public WorkerThread {
|
D | Android.bp | 48 "WorkerThread.cpp",
|
D | EmulatedCameraDevice.cpp | 455 : WorkerThread("Camera_CameraThread", dev, dev->mCameraHAL), in CameraThread() 565 : WorkerThread("Camera_FrameProducer", dev, dev->mCameraHAL), in FrameProducer()
|
/device/google/cuttlefish/guest/hals/camera/ |
D | EmulatedCameraDevice.h | 369 friend class WorkerThread; variable 370 class WorkerThread : public Thread { 376 inline explicit WorkerThread(EmulatedCameraDevice* camera_dev) in WorkerThread() function 382 inline ~WorkerThread() { in ~WorkerThread() 480 inline WorkerThread* getWorkerThread() const { return mWorkerThread.get(); } in getWorkerThread() 491 sp<WorkerThread> mWorkerThread;
|
D | EmulatedCameraDevice.cpp | 73 mWorkerThread = new WorkerThread(this); in Initialize() 293 status_t EmulatedCameraDevice::WorkerThread::readyToRun() { in readyToRun() 317 status_t EmulatedCameraDevice::WorkerThread::stopThread() { in stopThread() 367 EmulatedCameraDevice::WorkerThread::SelectRes 368 EmulatedCameraDevice::WorkerThread::Select(int fd, int timeout) { in Select()
|
D | EmulatedQemuCameraDevice.cpp | 226 WorkerThread::SelectRes res = in inWorkerThread() 228 if (res == WorkerThread::EXIT_THREAD) { in inWorkerThread()
|
D | EmulatedFakeCameraDevice.cpp | 190 WorkerThread::SelectRes res = in inWorkerThread() 192 if (res == WorkerThread::EXIT_THREAD) { in inWorkerThread()
|