Searched refs:mReadThread (Results 1 – 4 of 4) sorted by relevance
277 if (mReadThread) { in standby()278 LOG_ALWAYS_FATAL_IF(!mReadThread->standby()); in standby()335 mReadThread.reset(); in closeImpl()375 if (mReadThread) { // INVALID_STATE if the method was already called. in prepareForReading()389 mReadThread = std::move(t); in prepareForReading()402 const auto r = static_cast<ReadThread*>(mReadThread.get()); in getCapturePosition()
103 std::unique_ptr<IOThread> mReadThread; member
34 mReadThread = std::make_unique<std::thread>(std::bind(&CommConn::readThread, this)); in start()38 if (mReadThread->joinable()) { in stop()39 mReadThread->join(); in stop()
108 std::unique_ptr<std::thread> mReadThread;