Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeCodecUnitTest.cpp1969 static jboolean nativeTestGetBufferFormatInUnInitState(JNIEnv*, jobject) { in nativeTestGetBufferFormatInUnInitState() function
2083 (void*)nativeTestGetBufferFormatInUnInitState}, in registerAndroidMediaV2CtsCodecUnitTest()
/cts/tests/media/src/android/mediav2/cts/
DCodecUnitTest.java2412 assertTrue(nativeTestGetBufferFormatInUnInitState()); in testGetBufferFormatInUnInitState()
2415 private native boolean nativeTestGetBufferFormatInUnInitState(); in nativeTestGetBufferFormatInUnInitState() method in CodecUnitTest.TestApiNative