Home
last modified time | relevance | path

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

/device/generic/goldfish/audio/
Dio_thread.cpp26 bool IOThread::notify(const uint32_t mask) { in notify()
39 bool IOThread::standby() { in standby()
43 void IOThread::requestExit() { in requestExit()
Dio_thread.h26 struct IOThread { struct
30 virtual ~IOThread() {} in ~IOThread() argument
Dstream_in.h105 std::unique_ptr<IOThread> mReadThread;
Dstream_out.h113 std::unique_ptr<IOThread> mWriteThread;
Dstream_in.cpp42 struct ReadThread : public IOThread {
Dstream_out.cpp44 struct WriteThread : public IOThread {