Searched refs:downloadData (Results 1 – 6 of 6) sorted by relevance
/cts/suite/audio_quality/lib/src/task/ |
D | TaskDownload.cpp | 53 if (!getTestCase()->getRemoteAudio()->downloadData(id, buffer, downloadId)) { in run()
|
D | TaskSound.cpp | 109 if (!getTestCase()->getRemoteAudio()->downloadData(id, buffer, downloadId)) { in run()
|
/cts/suite/audio_quality/test/ |
D | ClientInterfaceTest.cpp | 71 ASSERT_TRUE(audio->downloadData(name, buffer, id)); in TEST_F()
|
D | RemoteAudioFakeTcpTest.cpp | 145 ASSERT_TRUE(mRemoteAudio->downloadData(name, buffer, id)); in doDownload()
|
/cts/suite/audio_quality/lib/include/audio/ |
D | RemoteAudio.h | 48 bool downloadData(const android::String8 name, android::sp<Buffer>& buffer, int& id);
|
/cts/suite/audio_quality/lib/src/audio/ |
D | RemoteAudio.cpp | 196 bool RemoteAudio::downloadData(const android::String8 name, android::sp<Buffer>& buffer, int& id) in downloadData() function in RemoteAudio
|