Home
last modified time | relevance | path

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

/aosp_15_r20/cts/tests/media/jni/
H A DNativeCodecUnitTest.cpp1586 static jboolean nativeTestConfigureForNullFormat(JNIEnv*, jobject) { in nativeTestConfigureForNullFormat() function
2008 {"nativeTestConfigureForNullFormat", "()Z", (void*)nativeTestConfigureForNullFormat}, in registerAndroidMediaV2CtsCodecUnitTest()
/aosp_15_r20/cts/tests/media/src/android/mediav2/cts/
H A DCodecUnitTest.java2887 assertTrue(nativeTestConfigureForNullFormat()); in testConfigureForNullFormat()
2890 private native boolean nativeTestConfigureForNullFormat(); in nativeTestConfigureForNullFormat() method in CodecUnitTest.TestApiNative