Searched refs:nativeTestConfigureForNullFormat (Results 1 – 2 of 2) sorted by relevance
1570 static jboolean nativeTestConfigureForNullFormat(JNIEnv*, jobject) { in nativeTestConfigureForNullFormat() function1990 {"nativeTestConfigureForNullFormat", "()Z", (void*)nativeTestConfigureForNullFormat}, in registerAndroidMediaV2CtsCodecUnitTest()
2020 assertTrue(nativeTestConfigureForNullFormat()); in testConfigureForNullFormat()2023 private native boolean nativeTestConfigureForNullFormat(); in nativeTestConfigureForNullFormat() method in CodecUnitTest.TestApiNative