Searched refs:fileContext (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/media/jni/mediaeditor/
H A DVideoBrowserMain.c542 M4OSA_Context fileContext; local
544 M4OSA_fileWriteOpen(&fileContext, (M4OSA_Void*) fileName,
547 M4OSA_fileWriteData(fileContext,
551 M4OSA_fileWriteClose(fileContext);
H A DVideoEditorMain.cpp848 M4OSA_Context fileContext; local
851 M4OSA_fileWriteOpen(&fileContext, (M4OSA_Void*) fileName,\
853 M4OSA_fileWriteData(fileContext, (M4OSA_MemAddr8) pixelArray,
855 M4OSA_fileWriteClose(fileContext);
894 M4OSA_Context fileContext; local
897 M4OSA_fileWriteOpen(&fileContext, (M4OSA_Void*) fileName,\
899 M4OSA_fileWriteData(fileContext,
901 M4OSA_fileWriteClose(fileContext);
1063 M4OSA_Context fileContext; local
1065 M4OSA_fileWriteOpen(&fileContext, (M4OSA_Voi
1095 M4OSA_Context fileContext; local
[all...]
/frameworks/base/test-runner/src/android/test/
H A DRenamingDelegatingContext.java122 * @param fileContext : the context that file and db methods will be delgated to
126 public RenamingDelegatingContext(Context context, Context fileContext, String filePrefix) { argument
128 mFileContext = fileContext;
/frameworks/av/libvideoeditor/osal/src/
H A DM4OSA_FileCommon.c528 M4OSA_FileContext* fileContext = pContext; local
538 if(stat((char*)fileContext->url_name, &TheStat) != 0)
556 pAttribute->modeAccess = fileContext->access_mode;

Completed in 110 milliseconds