Searched refs:SimpleThread (Results 1 – 5 of 5) sorted by relevance
25 SimpleThread::SimpleThread() : mDone(true), mThread() {} in SimpleThread() function in android::hardware::camera::common::helper::SimpleThread26 SimpleThread::~SimpleThread() { in ~SimpleThread()33 void SimpleThread::run() { in run()38 mThread = std::thread(&SimpleThread::runLoop, this); in run()41 void SimpleThread::requestExitAndWait() { in requestExitAndWait()53 void SimpleThread::runLoop() { in runLoop()
22 "SimpleThread.cpp",
29 class SimpleThread {31 SimpleThread();32 virtual ~SimpleThread();
49 using ::android::hardware::camera::common::helper::SimpleThread;78 class HotplugThread : public SimpleThread {
58 using ::android::hardware::camera::common::helper::SimpleThread;127 class BufferRequestThread : public SimpleThread {164 class OutputThread : public SimpleThread {