Home
last modified time | relevance | path

Searched refs:mRunMode (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/cpp/evs/sampleDriver/hidl/
DVideoCapture.cpp121 mRunMode = STOPPED; in open()
131 assert(mRunMode == STOPPED); in close()
142 int prevRunMode = mRunMode.fetch_or(RUN); in startStream()
218 int prevRunMode = mRunMode.fetch_or(STOPPING); in stopStream()
221 mRunMode = STOPPED; in stopStream()
283 while (mRunMode == RUN) { in collectFrames()
305 mRunMode = STOPPED; in collectFrames()
DVideoCapture.h81 std::atomic<int> mRunMode; // Used to signal the frame loop (see RunModes below) variable
/packages/services/Car/cpp/evs/sampleDriver/aidl/src/
DVideoCapture.cpp121 mRunMode = STOPPED; in open()
131 assert(mRunMode == STOPPED); in close()
142 int prevRunMode = mRunMode.fetch_or(RUN); in startStream()
218 int prevRunMode = mRunMode.fetch_or(STOPPING); in stopStream()
221 mRunMode = STOPPED; in stopStream()
283 while (mRunMode == RUN) { in collectFrames()
305 mRunMode = STOPPED; in collectFrames()
/packages/services/Car/cpp/evs/manager/1.1/emul/
DVideoCapture.cpp201 mRunMode = STOPPED; in open()
213 assert(mRunMode == STOPPED); in close()
225 int prevRunMode = mRunMode.fetch_or(RUN); in startStream()
266 while (mRunMode == RUN) { in startStream()
279 int prevRunMode = mRunMode.fetch_or(STOPPING); in stopStream()
282 mRunMode = STOPPED; in stopStream()
298 mRunMode = STOPPED; in stopStream()
DVideoCapture.h132 std::atomic<int> mRunMode; variable
/packages/services/Car/cpp/evs/sampleDriver/aidl/include/
DVideoCapture.h81 std::atomic<int> mRunMode; // Used to signal the frame loop (see RunModes below) variable