HomeSort by relevance Sort by last modified time
    Searched refs:M4ERR_FILE_LOCKED (Results 1 - 3 of 3) sorted by null

  /frameworks/av/libvideoeditor/osal/inc/
M4OSA_FileCommon.h 112 #define M4ERR_FILE_LOCKED M4OSA_ERR_CREATE(M4_ERR, M4OSA_FILE_COMMON, 0x000002)
  /frameworks/av/libvideoeditor/osal/src/
M4OSA_FileCommon.c 61 * @return M4ERR_FILE_LOCKED: the file is locked by an other
192 M4OSA_DEBUG(M4ERR_FILE_LOCKED, "M4OSA_fileCommonOpen: Permission denied");
193 return M4ERR_FILE_LOCKED;
  /frameworks/base/media/jni/mediaeditor/
VideoEditorOsal.cpp 82 VIDEOEDIT_OSAL_RESULT_INIT(M4ERR_FILE_LOCKED ),

Completed in 50 milliseconds