Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeCodecUnitTest.cpp1856 static jboolean nativeTestStopInInitState(JNIEnv*, jobject) { in nativeTestStopInInitState() function
2042 {"nativeTestStopInInitState", "()Z", (void*)nativeTestStopInInitState}, in registerAndroidMediaV2CtsCodecUnitTest()
/cts/tests/media/src/android/mediav2/cts/
DCodecUnitTest.java2314 assertTrue(nativeTestStopInInitState()); in testStopInInitState()
2317 private native boolean nativeTestStopInInitState(); in nativeTestStopInInitState() method in CodecUnitTest.TestApiNative