HomeSort by relevance Sort by last modified time
    Searched refs:mRunMode (Results 1 - 2 of 2) sorted by null

  /packages/services/Car/evs/sampleDriver/
VideoCapture.cpp 130 mRunMode = STOPPED;
141 assert(mRunMode == STOPPED);
153 int prevRunMode = mRunMode.fetch_or(RUN);
226 int prevRunMode = mRunMode.fetch_or(STOPPING);
229 mRunMode = STOPPED;
285 while (mRunMode == RUN) {
302 mRunMode = STOPPED;
VideoCapture.h 65 std::atomic<int> mRunMode; // Used to signal the frame loop (see RunModes below)

Completed in 98 milliseconds