Home
last modified time | relevance | path

Searched refs:mStopWriteThread (Results 1 – 2 of 2) sorted by relevance

/device/google/atv/audio_proxy/
DOutputStreamImpl.cpp151 if (mStopWriteThread.load( in closeImpl()
155 mStopWriteThread.store(true, std::memory_order_release); in closeImpl()
211 new WriteThread(&mStopWriteThread, mStream.get(), dataMQ.get(), in prepareForWriting()
DOutputStreamImpl.h80 std::atomic<bool> mStopWriteThread = false; variable