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

  /frameworks/av/libvideoeditor/osal/inc/
M4OSA_Thread.h 41 M4OSA_kThreadRunning = 0x300,
  /frameworks/av/libvideoeditor/osal/src/
M4OSA_Thread.c 59 threadContext->state = M4OSA_kThreadRunning;
63 while(threadContext->state == M4OSA_kThreadRunning)
71 if(threadContext->state == M4OSA_kThreadRunning)
193 * Once the thread is running, the state is M4OSA_kThreadRunning.
325 * Before the method is called, the state is M4OSA_kThreadRunning.
352 if(threadContext->state != M4OSA_kThreadRunning)

Completed in 48 milliseconds