Home
last modified time | relevance | path

Searched refs:WorkerThread (Results 1 – 9 of 9) sorted by relevance

/device/generic/goldfish/camera/
DWorkerThread.cpp27 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()
DWorkerThread.h27 class WorkerThread : public Thread {
29 WorkerThread(const char* threadName,
32 virtual ~WorkerThread() {} in ~WorkerThread()
DEmulatedCameraDevice.h474 class CameraThread : public WorkerThread {
513 class FrameProducer : public WorkerThread {
DAndroid.bp48 "WorkerThread.cpp",
DEmulatedCameraDevice.cpp455 : WorkerThread("Camera_CameraThread", dev, dev->mCameraHAL), in CameraThread()
565 : WorkerThread("Camera_FrameProducer", dev, dev->mCameraHAL), in FrameProducer()
/device/google/cuttlefish/guest/hals/camera/
DEmulatedCameraDevice.h369 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;
DEmulatedCameraDevice.cpp73 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()
DEmulatedQemuCameraDevice.cpp226 WorkerThread::SelectRes res = in inWorkerThread()
228 if (res == WorkerThread::EXIT_THREAD) { in inWorkerThread()
DEmulatedFakeCameraDevice.cpp190 WorkerThread::SelectRes res = in inWorkerThread()
192 if (res == WorkerThread::EXIT_THREAD) { in inWorkerThread()