Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeCodecUnitTest.cpp1870 static jboolean nativeTestStopInUnInitState(JNIEnv*, jobject) { in nativeTestStopInUnInitState() function
2044 {"nativeTestStopInUnInitState", "()Z", (void*)nativeTestStopInUnInitState}, in registerAndroidMediaV2CtsCodecUnitTest()
/cts/tests/media/src/android/mediav2/cts/
DCodecUnitTest.java2328 assertTrue(nativeTestStopInUnInitState()); in testStopInUnInitState()
2331 private native boolean nativeTestStopInUnInitState(); in nativeTestStopInUnInitState() method in CodecUnitTest.TestApiNative