Home
last modified time | relevance | path

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

/hardware/interfaces/audio/core/all-versions/default/
DStreamIn.cpp147 mStopReadThread(false) {} in StreamIn()
307 if (mStopReadThread.load(std::memory_order_relaxed)) { // only this thread writes in close()
310 mStopReadThread.store(true, std::memory_order_release); in close()
394 std::make_unique<ReadThread>(&mStopReadThread, mStream, tempCommandMQ.get(), in prepareForReading()
/hardware/interfaces/audio/core/all-versions/default/include/core/default/
DStreamIn.h131 std::atomic<bool> mStopReadThread; member