Home
last modified time | relevance | path

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

/aosp_15_r20/cts/tests/media/jni/
H A DNativeCodecUnitTest.cpp1542 static jboolean nativeTestCreateDecoderByTypeForNull(JNIEnv*, jobject) { in nativeTestCreateDecoderByTypeForNull() function
2001 (void*)nativeTestCreateDecoderByTypeForNull}, in registerAndroidMediaV2CtsCodecUnitTest()
/aosp_15_r20/cts/tests/media/src/android/mediav2/cts/
H A DCodecUnitTest.java2854 assertTrue(nativeTestCreateDecoderByTypeForNull()); in testCreateDecoderByTypeForNull()
2857 private native boolean nativeTestCreateDecoderByTypeForNull(); in nativeTestCreateDecoderByTypeForNull() method in CodecUnitTest.TestApiNative