Home
last modified time | relevance | path

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

/hardware/interfaces/camera/common/default/
DSimpleThread.cpp25 SimpleThread::SimpleThread() : mDone(true), mThread() {} in SimpleThread() function in android::hardware::camera::common::helper::SimpleThread
26 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()
DAndroid.bp22 "SimpleThread.cpp",
/hardware/interfaces/camera/common/default/include/
DSimpleThread.h29 class SimpleThread {
31 SimpleThread();
32 virtual ~SimpleThread();
/hardware/interfaces/camera/provider/default/
DExternalCameraProvider.h49 using ::android::hardware::camera::common::helper::SimpleThread;
78 class HotplugThread : public SimpleThread {
/hardware/interfaces/camera/device/default/
DExternalCameraDeviceSession.h58 using ::android::hardware::camera::common::helper::SimpleThread;
127 class BufferRequestThread : public SimpleThread {
164 class OutputThread : public SimpleThread {