Home
last modified time | relevance | path

Searched refs:nativeTestCreateDecoderByTypeForInvalidMime (Results 1 – 2 of 2) sorted by relevance

/cts/tests/media/jni/
DNativeCodecUnitTest.cpp1537 static jboolean nativeTestCreateDecoderByTypeForInvalidMime(JNIEnv*, jobject) { in nativeTestCreateDecoderByTypeForInvalidMime() function
1985 (void*)nativeTestCreateDecoderByTypeForInvalidMime}, in registerAndroidMediaV2CtsCodecUnitTest()
/cts/tests/media/src/android/mediav2/cts/
DCodecUnitTest.java1998 assertTrue(nativeTestCreateDecoderByTypeForInvalidMime()); in testCreateDecoderByTypeForInvalidMime()
2001 private native boolean nativeTestCreateDecoderByTypeForInvalidMime(); in nativeTestCreateDecoderByTypeForInvalidMime() method in CodecUnitTest.TestApiNative