Home
last modified time | relevance | path

Searched refs:mCaptureThread (Results 1 – 9 of 9) 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.cpp77 mCaptureThread = std::thread([this](){ generateFrames(); }); in startStream()
94 mCaptureThread.join(); in stopStream()
/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.cpp285 mCaptureThread = std::thread([this]() { generateDataFrames(); }); in startStream()
307 mCaptureThread.join(); in stopStream()
DEvsCamera.h120 std::thread mCaptureThread; // The thread we'll use to synthesize frames variable
DEvsCamera.cpp166 mCaptureThread = std::thread([this](){ generateFrames(); }); in startVideoStream()
192 mCaptureThread.join(); in stopVideoStream()