Home
last modified time | relevance | path

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

/hardware/interfaces/audio/core/all-versions/default/
DStreamOut.cpp157 mStopWriteThread(false) {} in StreamOut()
319 if (mStopWriteThread.load(std::memory_order_relaxed)) { // only this thread writes in close()
322 mStopWriteThread.store(true, std::memory_order_release); in close()
406 sp<WriteThread>::make(&mStopWriteThread, mStream, tempCommandMQ.get(), tempDataMQ.get(), in prepareForWriting()
/hardware/interfaces/audio/core/all-versions/default/include/core/default/
DStreamOut.h180 std::atomic<bool> mStopWriteThread; member