OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:M4OSA_kThreadOpened
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/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/av/libvideoeditor/osal/inc/
M4OSA_Thread.h
39
M4OSA_kThreadOpened
= 0x100,
Completed in 178 milliseconds