Searched defs:tempPath (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorMain.cpp151 jstring tempPath,
2571 jstring tempPath,
2593 // Validate the tempPath parameter.
2595 (NULL == tempPath),
2596 "tempPath is null");
2629 (M4OSA_Char *)videoEditJava_getString(&initialized, pEnv, tempPath,
2636 M4OSA_32bitAlignedMalloc(pathLength, 0x0, (M4OSA_Char *)"tempPath");
2568 videoEditor_init( JNIEnv* pEnv, jobject thiz, jstring tempPath, jstring libraryPath) argument
/frameworks/base/media/java/android/media/videoeditor/
H A DMediaArtistNativeHelper.java4005 private native void _init(String tempPath, String libraryPath) argument

Completed in 92 milliseconds