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

  /frameworks/av/libvideoeditor/osal/inc/
M4OSA_Semaphore.h 35 M4OSAL_REALTIME_EXPORT_TYPE M4OSA_ERR M4OSA_semaphoreOpen( M4OSA_Context* context,
  /frameworks/av/libvideoeditor/osal/src/
M4OSA_Semaphore.c 66 M4OSA_ERR M4OSA_semaphoreOpen(M4OSA_Context* context,
71 M4OSA_TRACE1_2("M4OSA_semaphoreOpen\t\tM4OSA_Context* 0x%x\tM4OSA_UInt32 "
75 M4ERR_PARAMETER, "M4OSA_semaphoreOpen");
81 (M4OSA_Char*)"M4OSA_semaphoreOpen: semaphore context");
85 M4OSA_DEBUG(M4ERR_ALLOC, "M4OSA_semaphoreOpen");
95 "M4OSA_semaphoreOpen: OS semaphore creation failed");
M4OSA_FileCommon.c 278 M4OSA_semaphoreOpen(&(pFileContext->semaphore_context), 1); /* Allocate the semaphore */
M4OSA_Thread.c 166 err_code = M4OSA_semaphoreOpen(&(threadContext->semStartStop), 0);
170 M4OSA_DEBUG(err_code, "M4OSA_threadSyncOpen: M4OSA_semaphoreOpen");
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorPreviewController.cpp 604 M4OSA_semaphoreOpen(&mSemThreadWait, 1);
    [all...]

Completed in 137 milliseconds