Home
last modified time | relevance | path

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

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