Searched refs:nativeTestConfigureForEmptyFormat (Results 1 – 2 of 2) sorted by relevance
1602 static jboolean nativeTestConfigureForEmptyFormat(JNIEnv*, jobject) { in nativeTestConfigureForEmptyFormat() function2009 {"nativeTestConfigureForEmptyFormat", "()Z", (void*)nativeTestConfigureForEmptyFormat}, in registerAndroidMediaV2CtsCodecUnitTest()
2870 assertTrue(nativeTestConfigureForEmptyFormat()); in testConfigureForEmptyFormat()2873 private native boolean nativeTestConfigureForEmptyFormat(); in nativeTestConfigureForEmptyFormat() method in CodecUnitTest.TestApiNative