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