Home
last modified time | relevance | path

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

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