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

  /frameworks/media/libvideoeditor/osal/src/
M4OSA_Thread.c 76 threadContext->state = M4OSA_kThreadOpened;
112 * @note Once the thread is created, the state is M4OSA_kThreadOpened.
154 threadContext->state = M4OSA_kThreadOpened;
191 * Before calling this method, the state is M4OSA_kThreadOpened.
227 if(threadContext->state != M4OSA_kThreadOpened)
308 threadContext->state = M4OSA_kThreadOpened;
327 * Once the thread is stopped, the state is M4OSA_kThreadOpened.
369 threadContext->state = M4OSA_kThreadOpened;
384 * @note Before the method is called, the state is M4OSA_kThreadOpened.
411 if(threadContext->state != M4OSA_kThreadOpened)
    [all...]
  /frameworks/media/libvideoeditor/osal/inc/
M4OSA_Thread.h 39 M4OSA_kThreadOpened = 0x100,

Completed in 14 milliseconds