Home
last modified time | relevance | path

Searched refs:testFlush (Results 1 – 9 of 9) sorted by relevance

/cts/tests/media/jni/
DNativeCodecDecoderTest.cpp63 bool testFlush(const char* decoder, const char* testFile);
402 bool CodecDecoderTest::testFlush(const char* decoder, const char* testFile) { in testFlush() function in CodecDecoderTest
710 bool isPass = codecDecoderTest->testFlush(cDecoder, cTestFile); in nativeTestFlush()
DNativeCodecEncoderTest.cpp75 bool testFlush(const char* encoder, const char* srcPath);
468 bool CodecEncoderTest::testFlush(const char* encoder, const char* srcPath) { in testFlush() function in CodecEncoderTest
904 bool isPass = codecEncoderTest->testFlush(cEncoder, csrcPath); in nativeTestFlush()
/cts/tests/tests/media/src/android/media/cts/
DDecoderTest.java3496 public void testFlush() throws Exception {
3497 testFlush("loudsoftwav.wav");
3498 testFlush("loudsoftogg.ogg");
3499 testFlush("loudsoftoggmkv.mkv");
3500 testFlush("loudsoftoggmp4.mp4");
3501 testFlush("loudsoftmp3.mp3");
3502 testFlush("loudsoftaac.aac");
3503 testFlush("loudsoftfaac.m4a");
3504 testFlush("loudsoftitunes.m4a");
3507 private void testFlush(final String resource) throws Exception {
DMediaSyncTest.java280 public void testFlush() throws InterruptedException { in testFlush() method in MediaSyncTest
/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderSurfaceTest.java200 public void testFlush() throws IOException, InterruptedException { in testFlush() method in CodecDecoderSurfaceTest
DCodecDecoderTest.java291 public void testFlush() throws IOException, InterruptedException { in testFlush() method in CodecDecoderTest
DCodecEncoderTest.java319 public void testFlush() throws IOException, InterruptedException { in testFlush() method in CodecEncoderTest
/cts/tests/tests/webkit/src/android/webkit/cts/
DCookieManagerTest.java96 public void testFlush() { in testFlush() method in CookieManagerTest
/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/
DAppSearchSessionCtsTestBase.java3168 public void testFlush() throws Exception { in testFlush() method in AppSearchSessionCtsTestBase