Home
last modified time | relevance | path

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

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