Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeMuxerUnitTest.cpp352 static jboolean nativeTestSimpleStartStop(JNIEnv* env, jobject, jstring jdstPath) { in nativeTestSimpleStartStop() function
497 (void*)nativeTestSimpleStartStop}, in registerAndroidMediaV2CtsMuxerUnitTestApi()
/cts/tests/media/src/android/mediav2/cts/
DMuxerUnitTest.java785 private native boolean nativeTestSimpleStartStop(String outPath); in nativeTestSimpleStartStop() method in MuxerUnitTest.TestApiNative
880 assertTrue(nativeTestSimpleStartStop(mOutLoc)); in testSimpleStartStopMuxer()