Home
last modified time | relevance | path

Searched refs:IOThread (Results 1 – 6 of 6) sorted by relevance

/device/generic/goldfish/audio/
Dio_thread.cpp25 bool IOThread::notify(const uint32_t mask) { in notify()
30 bool IOThread::standby() { in standby()
34 void IOThread::requestExit() { in requestExit()
Dio_thread.h26 struct IOThread { struct
30 virtual ~IOThread() {} in ~IOThread() argument
Dstream_in.h95 std::unique_ptr<IOThread> mReadThread;
Dstream_out.h109 std::unique_ptr<IOThread> mWriteThread;
Dstream_in.cpp43 struct ReadThread : public IOThread {
Dstream_out.cpp46 struct WriteThread : public IOThread {