Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeMuxerUnitTest.cpp310 static jboolean nativeTestStopOnANonStartedMuxer(JNIEnv* env, jobject, jstring jdstPath) { in nativeTestStopOnANonStartedMuxer() function
494 (void*)nativeTestStopOnANonStartedMuxer}, in registerAndroidMediaV2CtsMuxerUnitTestApi()
/cts/tests/media/src/android/mediav2/cts/
DMuxerUnitTest.java783 private native boolean nativeTestStopOnANonStartedMuxer(String outPath); in nativeTestStopOnANonStartedMuxer() method in MuxerUnitTest.TestApiNative
870 assertTrue(nativeTestStopOnANonStartedMuxer(mOutLoc)); in testStopOnANonStartedMuxer()