Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeCodecUnitTest.cpp1682 static jboolean nativeTestDequeueOutputBufferInUnInitState(JNIEnv*, jobject) { in nativeTestDequeueOutputBufferInUnInitState() function
2012 (void*)nativeTestDequeueOutputBufferInUnInitState}, in registerAndroidMediaV2CtsCodecUnitTest()
/cts/tests/media/src/android/mediav2/cts/
DCodecUnitTest.java2121 assertTrue(nativeTestDequeueOutputBufferInUnInitState()); in testDequeueOutputBufferInUnInitState()
2124 private native boolean nativeTestDequeueOutputBufferInUnInitState(); in nativeTestDequeueOutputBufferInUnInitState() method in CodecUnitTest.TestApiNative