Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeCodecDecoderTest.cpp61 bool testFlush(const char* decoder, const char* testFile);
377 bool CodecDecoderTest::testFlush(const char* decoder, const char* testFile) { in testFlush() function in CodecDecoderTest
679 bool isPass = codecDecoderTest->testFlush(cDecoder, cTestFile); in nativeTestFlush()
DNativeCodecEncoderTest.cpp75 bool testFlush(const char* encoder, const char* srcPath);
462 bool CodecEncoderTest::testFlush(const char* encoder, const char* srcPath) { in testFlush() function in CodecEncoderTest
898 bool isPass = codecEncoderTest->testFlush(cEncoder, csrcPath); in nativeTestFlush()
/cts/tests/tests/media/src/android/media/cts/
DDecoderTest.java3104 public void testFlush() throws Exception {
3105 testFlush(R.raw.loudsoftwav);
3106 testFlush(R.raw.loudsoftogg);
3107 testFlush(R.raw.loudsoftoggmkv);
3108 testFlush(R.raw.loudsoftoggmp4);
3109 testFlush(R.raw.loudsoftmp3);
3110 testFlush(R.raw.loudsoftaac);
3111 testFlush(R.raw.loudsoftfaac);
3112 testFlush(R.raw.loudsoftitunes);
3115 private void testFlush(int resource) throws Exception {
DMediaSyncTest.java283 public void testFlush() throws InterruptedException { in testFlush() method in MediaSyncTest
/cts/tests/tests/webkit/src/android/webkit/cts/
DCookieManagerTest.java88 public void testFlush() { in testFlush() method in CookieManagerTest
/cts/tests/tests/net/src/android/net/cts/
DLocalSocketTest.java326 public void testFlush() throws Exception { in testFlush() method in LocalSocketTest
/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderSurfaceTest.java244 public void testFlush() throws IOException, InterruptedException { in testFlush() method in CodecDecoderSurfaceTest
DCodecDecoderTest.java342 public void testFlush() throws IOException, InterruptedException { in testFlush() method in CodecDecoderTest
DCodecEncoderTest.java361 public void testFlush() throws IOException, InterruptedException { in testFlush() method in CodecEncoderTest