Home
last modified time | relevance | path

Searched refs:startThread (Results 1 – 5 of 5) sorted by relevance

/device/generic/goldfish/camera/
DWorkerThread.h44 status_t startThread(bool oneBurst);
DWorkerThread.cpp37 status_t WorkerThread::startThread(bool oneBurst) { in startThread() function in android::WorkerThread
DEmulatedCameraDevice.cpp417 status_t res = mCameraThread->startThread(one_burst); in startWorkerThread()
547 return mFrameProducer->startThread(mOneBurst); in onThreadStart()
/device/google/cuttlefish_common/guest/hals/camera/
DEmulatedCameraDevice.h408 inline status_t startThread(bool one_burst) { in startThread() function
DEmulatedCameraDevice.cpp265 const status_t res = getWorkerThread()->startThread(one_burst); in startWorkerThread()