Searched defs:M4OSA_semaphorePost (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/libvideoeditor/osal/src/
H A DM4OSA_Semaphore.c116 * upper than zero (see M4OSA_semaphorePost) or time_out is
210 M4OSA_ERR M4OSA_semaphorePost(M4OSA_Context context) function
214 M4OSA_TRACE1_1("M4OSA_semaphorePost\t\tM4OSA_Context 0x%x", context);
217 M4ERR_PARAMETER, "M4OSA_semaphorePost");
220 M4ERR_BAD_CONTEXT, "M4OSA_semaphorePost");

Completed in 54 milliseconds