Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeCodecUnitTest.cpp1633 static jboolean nativeTestConfigureInRunningState(JNIEnv*, jobject) { in nativeTestConfigureInRunningState() function
1999 {"nativeTestConfigureInRunningState", "()Z", (void*)nativeTestConfigureInRunningState}, in registerAndroidMediaV2CtsCodecUnitTest()
/cts/tests/media/src/android/mediav2/cts/
DCodecUnitTest.java2072 assertTrue(nativeTestConfigureInRunningState()); in testConfigureInRunningState()
2075 private native boolean nativeTestConfigureInRunningState(); in nativeTestConfigureInRunningState() method in CodecUnitTest.TestApiNative