Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeMuxerUnitTest.cpp329 static jboolean nativeTestIdempotentStop(JNIEnv* env, jobject, jstring jdstPath) { in nativeTestIdempotentStop() function
495 {"nativeTestIdempotentStop", "(Ljava/lang/String;)Z", (void*)nativeTestIdempotentStop}, in registerAndroidMediaV2CtsMuxerUnitTestApi()
/cts/tests/media/src/android/mediav2/cts/
DMuxerUnitTest.java784 private native boolean nativeTestIdempotentStop(String outPath); in nativeTestIdempotentStop() method in MuxerUnitTest.TestApiNative
875 assertTrue(nativeTestIdempotentStop(mOutLoc)); in testIdempotentStop()