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

  /cts/suite/audio_quality/lib/src/audio/
RemoteAudio.cpp 26 #include "audio/RemoteAudio.h"
29 RemoteAudio::RemoteAudio(ClientSocket& socket)
51 RemoteAudio::~RemoteAudio()
59 bool RemoteAudio::init(int port)
63 LOGE("RemoteAudio cannot run");
74 bool RemoteAudio::threadLoop()
97 void RemoteAudio::wakeClient(bool result)
103 bool RemoteAudio::handlePacket(
    [all...]
  /cts/suite/audio_quality/lib/include/audio/
RemoteAudio.h 40 class RemoteAudio: public android::Thread {
43 RemoteAudio(ClientSocket& socket);
44 virtual ~RemoteAudio();
62 /** should be called before RemoteAudio is destroyed */
66 RemoteAudio(const RemoteAudio&);
114 CommandHandler(RemoteAudio& thread, int command)
132 RemoteAudio& mThread;
140 friend class RemoteAudio;

Completed in 192 milliseconds