Home
last modified time | relevance | path

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

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