Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeMuxerUnitTest.cpp60 static jboolean nativeTestIfReadOnlyFdIsRejected(JNIEnv* env, jobject, jstring jdstPath) { in nativeTestIfReadOnlyFdIsRejected() argument
61 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestIfReadOnlyFdIsRejected()
71 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIfReadOnlyFdIsRejected()
75 static jboolean nativeTestIfWriteOnlyFdIsRejected(JNIEnv* env, jobject, jstring jdstPath) { in nativeTestIfWriteOnlyFdIsRejected() argument
76 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestIfWriteOnlyFdIsRejected()
86 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIfWriteOnlyFdIsRejected()
90 static jboolean nativeTestIfNonSeekableFdIsRejected(JNIEnv* env, jobject, jstring jdstPath) { in nativeTestIfNonSeekableFdIsRejected() argument
91 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestIfNonSeekableFdIsRejected()
102 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestIfNonSeekableFdIsRejected()
106 static jboolean nativeTestIfInvalidOutputFormatIsRejected(JNIEnv* env, jobject, jstring jdstPath) { in nativeTestIfInvalidOutputFormatIsRejected() argument
[all …]
DNativeMuxerTest.cpp546 jstring jdstPath) { in nativeTestSetLocation() argument
557 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestSetLocation()
628 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestSetLocation()
633 jstring jdstPath) { in nativeTestSetOrientationHint() argument
639 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestSetOrientationHint()
693 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestSetOrientationHint()
698 jstring jsrcPathB, jstring jrefPath, jstring jdstPath) { in nativeTestMultiTrack() argument
723 const char* cdstPath = env->GetStringUTFChars(jdstPath, nullptr); in nativeTestMultiTrack()
754 env->ReleaseStringUTFChars(jdstPath, cdstPath); in nativeTestMultiTrack()
788 jstring jdstPath, jintArray joffsetIndices) { in nativeTestOffsetPts() argument
[all …]