Home
last modified time | relevance | path

Searched refs:SonivoxTest (Results 1 – 3 of 3) sorted by relevance

/external/sonivox/test/
DREADME.md8 m SonivoxTest
17 adb push ${OUT}/data/nativetest64/SonivoxTest/SonivoxTest /data/local/tmp/
22 adb push ${OUT}/data/nativetest/SonivoxTest/SonivoxTest /data/local/tmp/
31 usage: SonivoxTest -P \<path_to_res_folder\> -C <remove_output_file>
33 adb shell /data/local/tmp/SonivoxTest -P /data/local/tmp/SonivoxTestRes/ -C true
38 atest SonivoxTest -- --enable-module-dynamic-download=true
DSonivoxTest.cpp40 class SonivoxTest : public ::testing::TestWithParam<tuple</*fileName*/ string, class
45 SonivoxTest() in SonivoxTest() function in SonivoxTest
54 ~SonivoxTest() { in ~SonivoxTest()
171 return ((SonivoxTest *)handle)->readAt(buffer, offset, size); in readAt()
175 return ((SonivoxTest *)handle)->getSize(); in getSize()
178 int SonivoxTest::readAt(void *buffer, int offset, int size) { in readAt()
188 int SonivoxTest::getSize() { in getSize()
192 bool SonivoxTest::seekToLocation(EAS_I32 locationExpectedMs) { in seekToLocation()
206 bool SonivoxTest::renderAudio() { in renderAudio()
223 TEST_P(SonivoxTest, DecodeTest) { in TEST_P() argument
[all …]
DAndroid.bp27 name: "SonivoxTest",
30 srcs: [ "SonivoxTest.cpp" ],