Searched refs:ReadThread (Results 1 – 1 of 1) sorted by relevance
41 class ReadThread : public Thread { class44 ReadThread(std::atomic<bool>* stop, audio_stream_in_t* stream, StreamIn::CommandMQ* commandMQ, in ReadThread() function in android::hardware::audio::CPP_VERSION::implementation::__anon33680f670111::ReadThread58 virtual ~ReadThread() {} in ~ReadThread()77 void ReadThread::doRead() { in doRead()99 void ReadThread::doGetCapturePosition() { in doGetCapturePosition()104 bool ReadThread::threadLoop() { in threadLoop()391 std::make_unique<ReadThread>(&mStopReadThread, mStream, tempCommandMQ.get(), in prepareForReading()