OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:M4OSA_ThreadDoIt
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/libvideoeditor/osal/inc/
M4OSA_Thread_priv.h
38
M4OSA_ThreadDoIt
func; /* thread function */
M4OSA_Thread.h
83
typedef M4OSA_ERR (*
M4OSA_ThreadDoIt
)(M4OSA_Void*);
92
M4OSA_ThreadDoIt
func );
/frameworks/base/media/jni/mediaeditor/
VideoEditorOsal.h
50
M4OSA_ThreadDoIt
callback,
/frameworks/av/libvideoeditor/osal/src/
M4OSA_Thread.c
122
M4OSA_ThreadDoIt
func)
128
"
M4OSA_ThreadDoIt
0x%x", context, func);
189
* the "
M4OSA_ThreadDoIt
" function.
323
* @note This call is a blocking one up to the "
M4OSA_ThreadDoIt
"
/frameworks/av/libvideoeditor/lvpp/
VideoEditorPreviewController.cpp
607
err = M4OSA_threadSyncOpen(&mThreadContext, (
M4OSA_ThreadDoIt
)threadProc);
[
all
...]
Completed in 248 milliseconds