HomeSort by relevance Sort by last modified time
    Searched refs:ReadThread (Results 1 - 2 of 2) sorted by null

  /hardware/interfaces/audio/2.0/default/
StreamIn.cpp 41 class ReadThread : public Thread {
43 // ReadThread's lifespan never exceeds StreamIn's lifespan.
44 ReadThread(std::atomic<bool>* stop, audio_stream_in_t* stream,
59 virtual ~ReadThread() {}
78 void ReadThread::doRead() {
101 void ReadThread::doGetCapturePosition() {
107 bool ReadThread::threadLoop() {
381 auto tempReadThread = std::make_unique<ReadThread>(