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

/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/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.cpp867 M4OSA_Context fileContext; local
870 M4OSA_fileWriteOpen(&fileContext, (M4OSA_Void*) fileName,\
872 M4OSA_fileWriteData(fileContext, (M4OSA_MemAddr8) pixelArray,
874 M4OSA_fileWriteClose(fileContext);
913 M4OSA_Context fileContext; local
916 M4OSA_fileWriteOpen(&fileContext, (M4OSA_Void*) fileName,\
918 M4OSA_fileWriteData(fileContext,
920 M4OSA_fileWriteClose(fileContext);
1094 M4OSA_Context fileContext; local
1096 M4OSA_fileWriteOpen(&fileContext, (M4OSA_Voi
1126 M4OSA_Context fileContext; local
[all...]
/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 1664 milliseconds