Searched refs:SonivoxTest (Results 1 – 3 of 3) sorted by relevance
8 m SonivoxTest17 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 true38 atest SonivoxTest -- --enable-module-dynamic-download=true
40 class SonivoxTest : public ::testing::TestWithParam<tuple</*fileName*/ string, class45 SonivoxTest() in SonivoxTest() function in SonivoxTest54 ~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 …]
27 name: "SonivoxTest",30 srcs: [ "SonivoxTest.cpp" ],