Home
last modified time | relevance | path

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

/aosp_15_r20/cts/tests/media/jni/
H A DNativeCodecUnitTest.cpp1531 static jboolean nativeTestCreateByCodecNameForInvalidName(JNIEnv*, jobject) { in nativeTestCreateByCodecNameForInvalidName() function
1999 (void*)nativeTestCreateByCodecNameForInvalidName}, in registerAndroidMediaV2CtsCodecUnitTest()
/aosp_15_r20/cts/tests/media/src/android/mediav2/cts/
H A DCodecUnitTest.java2846 assertTrue(nativeTestCreateByCodecNameForInvalidName()); in testCreateByCodecNameForInvalidName()
2849 private native boolean nativeTestCreateByCodecNameForInvalidName(); in nativeTestCreateByCodecNameForInvalidName() method in CodecUnitTest.TestApiNative