OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mThreadContext
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/libvideoeditor/lvpp/
VideoEditorPreviewController.cpp
34
mThreadContext
(NULL),
77
if(
mThreadContext
!= NULL) {
78
err = M4OSA_threadSyncStop(
mThreadContext
);
85
err = M4OSA_threadSyncClose(
mThreadContext
);
92
mThreadContext
= NULL;
607
err = M4OSA_threadSyncOpen(&
mThreadContext
, (M4OSA_ThreadDoIt)threadProc);
614
err = M4OSA_threadSyncSetOption(
mThreadContext
, M4OSA_ThreadStackSize,
619
M4OSA_threadSyncClose(
mThreadContext
);
620
mThreadContext
= NULL;
625
err = M4OSA_threadSyncStart(
mThreadContext
, (M4OSA_Void*)this)
[
all
...]
VideoEditorPreviewController.h
88
M4OSA_Context
mThreadContext
;
Completed in 2422 milliseconds