Home
last modified time | relevance | path

Searched refs:mCaptureThread (Results 1 – 10 of 10) sorted by relevance

/packages/services/Car/cpp/evs/sampleDriver/hidl/
DVideoCapture.cpp210 mCaptureThread = std::thread([this]() { collectFrames(); }); in startStream()
228 if (mCaptureThread.joinable()) { in stopStream()
229 mCaptureThread.join(); in stopStream()
DVideoCapture.h80 std::thread mCaptureThread; // The thread we'll use to dispatch frames variable
/packages/services/Car/cpp/evs/sampleDriver/aidl/src/
DVideoCapture.cpp210 mCaptureThread = std::thread([this]() { collectFrames(); }); in startStream()
228 if (mCaptureThread.joinable()) { in stopStream()
229 mCaptureThread.join(); in stopStream()
/packages/services/Car/cpp/evs/manager/1.1/emul/
DVideoCapture.cpp236 mCaptureThread = std::thread([&]() { in startStream()
289 if (mCaptureThread.joinable()) { in stopStream()
293 mCaptureThread.join(); in stopStream()
DVideoCapture.h104 std::thread mCaptureThread; variable
/packages/services/Car/cpp/evs/manager/1.1/
DVirtualCamera.cpp81 if (mCaptureThread.joinable()) { in shutdown()
82 mCaptureThread.join(); in shutdown()
194 } else if (mCaptureThread.joinable()) { in deliverFrame()
386 mCaptureThread = std::thread([this]() { in startVideoStream()
553 if (mCaptureThread.joinable()) { in stopVideoStream()
554 mCaptureThread.join(); in stopVideoStream()
DVirtualCamera.h124 std::thread mCaptureThread; variable
/packages/services/Car/cpp/evs/manager/aidl/src/
DVirtualCamera.cpp468 mCaptureThread = std::thread([this]() { in startVideoStream()
669 if (mCaptureThread.joinable()) { in stopVideoStream()
670 mCaptureThread.join(); in stopVideoStream()
755 if (mCaptureThread.joinable()) { in shutdown()
756 mCaptureThread.join(); in shutdown()
816 if (mCaptureThread.joinable()) { in deliverFrame()
/packages/services/Car/cpp/evs/sampleDriver/aidl/include/
DVideoCapture.h80 std::thread mCaptureThread; // The thread we'll use to dispatch frames variable
/packages/services/Car/cpp/evs/manager/aidl/include/
DVirtualCamera.h115 std::thread mCaptureThread; variable