Home
last modified time | relevance | path

Searched refs:M4ERR_FILE_LOCKED (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/libvideoeditor/osal/inc/
DM4OSA_FileCommon.h112 #define M4ERR_FILE_LOCKED M4OSA_ERR_CREATE(M4_ERR, M4OSA_FILE_COMMON, 0x000002) macro
/frameworks/av/libvideoeditor/osal/src/
DM4OSA_FileCommon.c192 M4OSA_DEBUG(M4ERR_FILE_LOCKED, "M4OSA_fileCommonOpen: Permission denied"); in M4OSA_fileCommonOpen()
193 return M4ERR_FILE_LOCKED; in M4OSA_fileCommonOpen()
/frameworks/base/media/jni/mediaeditor/
DVideoEditorOsal.cpp80 VIDEOEDIT_OSAL_RESULT_INIT(M4ERR_FILE_LOCKED ),