Home
last modified time | relevance | path

Searched refs:mReadThread (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish/audio/
Dstream_in.cpp277 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()
Dstream_in.h103 std::unique_ptr<IOThread> mReadThread; member
/device/generic/car/emulator/Conn/CommConn/
DCommConn.cpp34 mReadThread = std::make_unique<std::thread>(std::bind(&CommConn::readThread, this)); in start()
38 if (mReadThread->joinable()) { in stop()
39 mReadThread->join(); in stop()
/device/generic/car/emulator/Conn/CommConn/include/
DCommConn.h108 std::unique_ptr<std::thread> mReadThread;