Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeCodecUnitTest.cpp1553 static jboolean nativeTestCreateDecoderByTypeForInvalidMediaType(JNIEnv*, jobject) { in nativeTestCreateDecoderByTypeForInvalidMediaType() function
2003 (void*)nativeTestCreateDecoderByTypeForInvalidMediaType}, in registerAndroidMediaV2CtsCodecUnitTest()
/cts/tests/media/src/android/mediav2/cts/
DCodecUnitTest.java2147 assertTrue(nativeTestCreateDecoderByTypeForInvalidMediaType()); in testCreateDecoderByTypeForInvalidMediaType()
2150 private native boolean nativeTestCreateDecoderByTypeForInvalidMediaType(); in nativeTestCreateDecoderByTypeForInvalidMediaType() method in CodecUnitTest.TestApiNative