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

/frameworks/av/libvideoeditor/osal/src/
H A DM4OSA_Semaphore.c55 * be freed by the M4OSA_semaphoreClose function. The context
245 M4OSA_ERR M4OSA_semaphoreClose(M4OSA_Context context) function
249 M4OSA_TRACE1_1("M4OSA_semaphoreClose\t\tM4OSA_Context 0x%x", context);
252 M4ERR_PARAMETER, "M4OSA_semaphoreClose");
255 M4ERR_BAD_CONTEXT, "M4OSA_semaphoreClose");

Completed in 47 milliseconds