Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeCodecUnitTest.cpp1526 static jboolean nativeTestCreateDecoderByTypeForNull(JNIEnv*, jobject) { in nativeTestCreateDecoderByTypeForNull() function
1983 (void*)nativeTestCreateDecoderByTypeForNull}, in registerAndroidMediaV2CtsCodecUnitTest()
/cts/tests/media/src/android/mediav2/cts/
DCodecUnitTest.java1991 assertTrue(nativeTestCreateDecoderByTypeForNull()); in testCreateDecoderByTypeForNull()
1994 private native boolean nativeTestCreateDecoderByTypeForNull(); in nativeTestCreateDecoderByTypeForNull() method in CodecUnitTest.TestApiNative