Searched refs:mStopThread (Results 1 – 4 of 4) sorted by relevance
75 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()
88 mStopThread = false; in startDecoding()94 mStopThread = true; in stopDecoding()213 while (!mStopThread) { in decoderThreadFunction()
81 std::atomic<bool> mStopThread = false; variable
65 bool mStopThread = false; variable