Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeCodecUnitTest.cpp1520 static jboolean nativeTestCreateByCodecNameForNull(JNIEnv*, jobject) { in nativeTestCreateByCodecNameForNull() function
1997 (void*)nativeTestCreateByCodecNameForNull}, in registerAndroidMediaV2CtsCodecUnitTest()
/cts/tests/media/src/android/mediav2/cts/
DCodecUnitTest.java2123 assertTrue(nativeTestCreateByCodecNameForNull()); in testCreateByCodecNameForNull()
2126 private native boolean nativeTestCreateByCodecNameForNull(); in nativeTestCreateByCodecNameForNull() method in CodecUnitTest.TestApiNative