Home
last modified time | relevance | path

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

/aosp_15_r20/cts/tests/media/jni/
H A DNativeCodecUnitTest.cpp1987 static jboolean nativeTestGetBufferFormatInUnInitState(JNIEnv*, jobject) { in nativeTestGetBufferFormatInUnInitState() function
2101 (void*)nativeTestGetBufferFormatInUnInitState}, in registerAndroidMediaV2CtsCodecUnitTest()
/aosp_15_r20/cts/tests/media/src/android/mediav2/cts/
H A DCodecUnitTest.java3333 assertTrue(nativeTestGetBufferFormatInUnInitState()); in testGetBufferFormatInUnInitState()
3336 private native boolean nativeTestGetBufferFormatInUnInitState(); in nativeTestGetBufferFormatInUnInitState() method in CodecUnitTest.TestApiNative