Home
last modified time | relevance | path

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

/aosp_15_r20/cts/tests/media/jni/
H A DNativeCodecUnitTest.cpp1973 static jboolean nativeTestGetBufferFormatInInitState(JNIEnv*, jobject) { in nativeTestGetBufferFormatInInitState() function
2097 (void*)nativeTestGetBufferFormatInInitState}, in registerAndroidMediaV2CtsCodecUnitTest()
/aosp_15_r20/cts/tests/media/src/android/mediav2/cts/
H A DCodecUnitTest.java3317 assertTrue(nativeTestGetBufferFormatInInitState()); in testGetBufferFormatInInitState()
3320 private native boolean nativeTestGetBufferFormatInInitState(); in nativeTestGetBufferFormatInInitState() method in CodecUnitTest.TestApiNative