Home
last modified time | relevance | path

Searched refs:stopThread (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish/camera/
DEmulatedCameraDevice.cpp436 status_t res = mCameraThread->stopThread(); in stopWorkerThread()
552 if (mFrameProducer->stopThread() == NO_ERROR) { in onThreadExit()
616 status_t res = mFrameProducer->stopThread(); in checkRestartRequest()
DWorkerThread.h49 status_t stopThread();
DWorkerThread.cpp47 status_t WorkerThread::stopThread() { in stopThread() function in android::WorkerThread