Home
last modified time | relevance | path

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

/cts/suite/audio_quality/lib/src/task/
DTaskDownload.cpp52 if (!getTestCase()->getRemoteAudio()->downloadData(id, buffer, downloadId)) { in run()
DTaskSound.cpp109 if (!getTestCase()->getRemoteAudio()->downloadData(id, buffer, downloadId)) { in run()
/cts/suite/audio_quality/test/
DClientInterfaceTest.cpp71 ASSERT_TRUE(audio->downloadData(name, buffer, id)); in TEST_F()
DRemoteAudioFakeTcpTest.cpp145 ASSERT_TRUE(mRemoteAudio->downloadData(name, buffer, id)); in doDownload()
/cts/suite/audio_quality/lib/include/audio/
DRemoteAudio.h48 bool downloadData(const android::String8& name, android::sp<Buffer>& buffer, int& id);
/cts/suite/audio_quality/lib/src/audio/
DRemoteAudio.cpp196 bool RemoteAudio::downloadData(const android::String8& name, android::sp<Buffer>& buffer, int& id) in downloadData() function in RemoteAudio