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

  /frameworks/av/libvideoeditor/osal/inc/
M4OSA_Semaphore.h 39 M4OSAL_REALTIME_EXPORT_TYPE M4OSA_ERR M4OSA_semaphorePost( M4OSA_Context context );
  /frameworks/av/libvideoeditor/osal/src/
M4OSA_FileReader.c 150 M4OSA_semaphorePost(pFileContext->semaphore_context);
188 M4OSA_semaphorePost(pFileContext->semaphore_context);
294 M4OSA_semaphorePost(pFileContext->semaphore_context);
314 M4OSA_semaphorePost(pFileContext->semaphore_context);
411 M4OSA_semaphorePost(pFileContext->semaphore_context);
430 M4OSA_semaphorePost(pFileContext->semaphore_context);
461 M4OSA_semaphorePost(pFileContext->semaphore_context);
M4OSA_FileWriter.c 138 M4OSA_semaphorePost(pFileContext->semaphore_context);
153 M4OSA_semaphorePost(pFileContext->semaphore_context);
173 M4OSA_semaphorePost(pFileContext->semaphore_context);
181 M4OSA_semaphorePost(pFileContext->semaphore_context);
279 M4OSA_semaphorePost(pFileContext->semaphore_context);
290 M4OSA_semaphorePost(pFileContext->semaphore_context);
357 M4OSA_semaphorePost(pFileContext->semaphore_context);
423 M4OSA_semaphorePost(pFileContext->semaphore_context);
454 M4OSA_semaphorePost(pFileContext->semaphore_context);
M4OSA_Semaphore.c 116 * upper than zero (see M4OSA_semaphorePost) or time_out is
210 M4OSA_ERR M4OSA_semaphorePost(M4OSA_Context context)
214 M4OSA_TRACE1_1("M4OSA_semaphorePost\t\tM4OSA_Context 0x%x", context);
217 M4ERR_PARAMETER, "M4OSA_semaphorePost");
220 M4ERR_BAD_CONTEXT, "M4OSA_semaphorePost");
M4OSA_Thread.c 61 M4OSA_semaphorePost(threadContext->semStartStop);
88 M4OSA_semaphorePost(threadContext->semStartStop);
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorPreviewController.cpp 649 err = M4OSA_semaphorePost(mSemThreadWait);
    [all...]

Completed in 7720 milliseconds