Searched defs:tempPath (Results 1 - 2 of 2) sorted by relevance
/frameworks/base/media/jni/mediaeditor/ |
H A D | VideoEditorMain.cpp | 151 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 D | MediaArtistNativeHelper.java | 4005 private native void _init(String tempPath, String libraryPath) argument
|
Completed in 37 milliseconds