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

  /cts/suite/audio_quality/lib/src/task/
TaskDownload.cpp 53 if (!getTestCase()->getRemoteAudio()->downloadData(id, buffer, downloadId)) {
TaskSound.cpp 109 if (!getTestCase()->getRemoteAudio()->downloadData(id, buffer, downloadId)) {
  /cts/suite/audio_quality/lib/include/audio/
RemoteAudio.h 48 bool downloadData(const android::String8 name, android::sp<Buffer>& buffer, int& id);
  /cts/suite/audio_quality/test/
ClientInterfaceTest.cpp 71 ASSERT_TRUE(audio->downloadData(name, buffer, id));
RemoteAudioFakeTcpTest.cpp 145 ASSERT_TRUE(mRemoteAudio->downloadData(name, buffer, id));
  /cts/suite/audio_quality/lib/src/audio/
RemoteAudio.cpp 196 bool RemoteAudio::downloadData(const android::String8 name, android::sp<Buffer>& buffer, int& id)

Completed in 894 milliseconds