Home
last modified time | relevance | path

Searched refs:mStopThread (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/cpp/computepipe/runner/debug_display_manager/
DEvsDisplayManager.cpp75 mStopThread = true; in stopThread()
97 mStopThread = true; in threadFn()
105 mStopThread = true; in threadFn()
112 mStopThread = true; in threadFn()
120 mWait.wait(lk, [this]() { return mNextFrame != nullptr || mStopThread; }); in threadFn()
122 if (mStopThread) { in threadFn()
139 mStopThread = true; in threadFn()
164 if (mStopThread) { in displayFrame()
178 mStopThread = false; in handleExecutionPhase()
/packages/services/Car/cpp/computepipe/runner/input_manager/
DVideoDecoder.cpp88 mStopThread = false; in startDecoding()
94 mStopThread = true; in stopDecoding()
213 while (!mStopThread) { in decoderThreadFunction()
DVideoDecoder.h81 std::atomic<bool> mStopThread = false; variable
/packages/services/Car/cpp/computepipe/runner/debug_display_manager/include/
DEvsDisplayManager.h65 bool mStopThread = false; variable