Searched refs:nativeTestStopInRunningState (Results 1 – 2 of 2) sorted by relevance
1863 static jboolean nativeTestStopInRunningState(JNIEnv*, jobject) { in nativeTestStopInRunningState() function2043 {"nativeTestStopInRunningState", "()Z", (void*)nativeTestStopInRunningState}, in registerAndroidMediaV2CtsCodecUnitTest()
2321 assertTrue(nativeTestStopInRunningState()); in testStopInRunningState()2324 private native boolean nativeTestStopInRunningState(); in nativeTestStopInRunningState() method in CodecUnitTest.TestApiNative