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

  /frameworks/av/libvideoeditor/osal/inc/
M4OSA_Semaphore.h 42 M4OSAL_REALTIME_EXPORT_TYPE M4OSA_ERR M4OSA_semaphoreWait( M4OSA_Context context,
  /frameworks/av/libvideoeditor/osal/src/
M4OSA_FileReader.c 137 M4OSA_semaphoreWait(pFileContext->semaphore_context, M4OSA_WAIT_FOREVER);
280 M4OSA_semaphoreWait(pFileContext->semaphore_context, M4OSA_WAIT_FOREVER);
405 M4OSA_semaphoreWait(pFileContext->semaphore_context, M4OSA_WAIT_FOREVER);
424 M4OSA_semaphoreWait(pFileContext->semaphore_context, M4OSA_WAIT_FOREVER);
446 M4OSA_semaphoreWait(pFileContext->semaphore_context, M4OSA_WAIT_FOREVER);
M4OSA_FileWriter.c 126 M4OSA_semaphoreWait(pFileContext->semaphore_context, M4OSA_WAIT_FOREVER);
269 M4OSA_semaphoreWait(pFileContext->semaphore_context, M4OSA_WAIT_FOREVER);
348 M4OSA_semaphoreWait(pFileContext->semaphore_context, M4OSA_WAIT_FOREVER);
417 M4OSA_semaphoreWait(pFileContext->semaphore_context, M4OSA_WAIT_FOREVER);
448 M4OSA_semaphoreWait(pFileContext->semaphore_context, M4OSA_WAIT_FOREVER);
M4OSA_Semaphore.c 129 M4OSA_ERR M4OSA_semaphoreWait(M4OSA_Context context, M4OSA_Int32 timeout)
136 M4OSA_TRACE1_2("M4OSA_semaphoreWait\t\tM4OSA_Context 0x%x\tM4OSA_UInt32 %d",
140 M4ERR_PARAMETER, "M4OSA_semaphoreWait");
143 M4ERR_BAD_CONTEXT, "M4OSA_semaphoreWait");
150 "M4OSA_semaphoreWait: OS semaphore wait failed");
182 M4OSA_DEBUG(M4ERR_BAD_CONTEXT, "M4OSA_semaphoreWait: OS semaphore wait failed");
200 * the M4OSA_semaphoreWait call of the thread with the highest
M4OSA_Thread.c 292 if ( M4OSA_FALSE == M4OSA_ERR_IS_ERROR( M4OSA_semaphoreWait(
365 M4OSA_semaphoreWait(threadContext->semStartStop, M4OSA_WAIT_FOREVER);
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorPreviewController.cpp     [all...]

Completed in 51 milliseconds