Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/sv/1.0/default/
DSurroundView2dSession.cpp65 mCaptureThread = std::thread([this](){ generateFrames(); }); in startStream()
83 mCaptureThread.join(); in stopStream()
DSurroundView2dSession.h77 std::thread mCaptureThread; // The thread we'll use to synthesize frames variable
DSurroundView3dSession.h76 std::thread mCaptureThread; // The thread we'll use to synthesize frames variable
DSurroundView3dSession.cpp77 mCaptureThread = std::thread([this](){ generateFrames(); }); in startStream()
94 mCaptureThread.join(); in stopStream()
/hardware/interfaces/automotive/evs/aidl/impl/default/src/
DEvsMockCamera.cpp325 mCaptureThread = std::thread([this]() { generateFrames(); }); in startVideoStreamImpl_locked()
332 if (mCaptureThread.joinable()) { in stopVideoStreamImpl_locked()
333 mCaptureThread.join(); in stopVideoStreamImpl_locked()
DEvsVideoEmulatedCamera.cpp370 mCaptureThread = std::thread([this]() { generateFrames(); }); in startVideoStreamImpl_locked()
379 if (mCaptureThread.joinable()) { in stopVideoStreamImpl_locked()
380 mCaptureThread.join(); in stopVideoStreamImpl_locked()
/hardware/interfaces/automotive/evs/1.0/default/
DEvsCamera.h72 std::thread mCaptureThread; // The thread we'll use to synthesize frames variable
DEvsCamera.cpp169 mCaptureThread = std::thread([this](){ generateFrames(); }); in startVideoStream()
224 mCaptureThread.join(); in stopVideoStream()
/hardware/interfaces/automotive/evs/1.1/default/
DEvsUltrasonicsArray.h113 std::thread mCaptureThread; // The thread we'll use to synthesize frames variable
DEvsUltrasonicsArray.cpp284 mCaptureThread = std::thread([this]() { generateDataFrames(); }); in startStream()
306 mCaptureThread.join(); in stopStream()
DEvsCamera.cpp166 mCaptureThread = std::thread([this]() { generateFrames(); }); in startVideoStream()
194 if (mCaptureThread.joinable()) { in stopVideoStream()
195 mCaptureThread.join(); in stopVideoStream()
DEvsCamera.h99 std::thread mCaptureThread; // The thread we'll use to synthesize frames variable
/hardware/interfaces/automotive/evs/aidl/impl/default/include/
DEvsMockCamera.h95 std::thread mCaptureThread; // The thread we'll use to synthesize frames variable
DEvsVideoEmulatedCamera.h123 std::thread mCaptureThread; variable