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

  /frameworks/av/libvideoeditor/osal/src/
M4OSA_FileReader.c 103 M4OSA_DEBUG_IF2(M4OSA_NULL == pFileContext->semaphore_context,
104 M4ERR_BAD_CONTEXT, "M4OSA_fileReadData: semaphore_context is M4OSA_NULL");
137 M4OSA_semaphoreWait(pFileContext->semaphore_context, M4OSA_WAIT_FOREVER);
150 M4OSA_semaphorePost(pFileContext->semaphore_context);
188 M4OSA_semaphorePost(pFileContext->semaphore_context);
234 M4OSA_DEBUG_IF2(M4OSA_NULL == pFileContext->semaphore_context,
235 M4ERR_BAD_CONTEXT, "M4OSA_fileReadSeek: semaphore_context is M4OSA_NULL");
280 M4OSA_semaphoreWait(pFileContext->semaphore_context, M4OSA_WAIT_FOREVER);
294 M4OSA_semaphorePost(pFileContext->semaphore_context);
314 M4OSA_semaphorePost(pFileContext->semaphore_context);
    [all...]
M4OSA_FileWriter.c 97 M4OSA_DEBUG_IF2(M4OSA_NULL == pFileContext->semaphore_context,
99 "M4OSA_fileWriteData: semaphore_context is M4OSA_NULL");
126 M4OSA_semaphoreWait(pFileContext->semaphore_context, M4OSA_WAIT_FOREVER);
138 M4OSA_semaphorePost(pFileContext->semaphore_context);
153 M4OSA_semaphorePost(pFileContext->semaphore_context);
173 M4OSA_semaphorePost(pFileContext->semaphore_context);
181 M4OSA_semaphorePost(pFileContext->semaphore_context);
225 M4OSA_DEBUG_IF2(M4OSA_NULL == pFileContext->semaphore_context, M4ERR_BAD_CONTEXT,
226 "M4OSA_fileWriteSeek: semaphore_context is M4OSA_NULL");
269 M4OSA_semaphoreWait(pFileContext->semaphore_context, M4OSA_WAIT_FOREVER)
    [all...]
M4OSA_FileCommon.c 278 M4OSA_semaphoreOpen(&(pFileContext->semaphore_context), 1); /* Allocate the semaphore */
484 M4OSA_DEBUG_IF2(M4OSA_NULL == pFileContext->semaphore_context, M4ERR_BAD_CONTEXT,
485 "M4OSA_fileCommonClose: semaphore_context is M4OSA_NULL");
499 M4OSA_semaphoreClose(pFileContext->semaphore_context);/* free the semaphore */
  /frameworks/av/libvideoeditor/osal/inc/
M4OSA_FileCommon_priv.h 63 M4OSA_Context semaphore_context; member in struct:__anon18761

Completed in 2171 milliseconds