Searched refs:threadProc (Results 1 – 8 of 8) sorted by relevance
/frameworks/rs/cpp/ |
D | RenderScript.cpp | 72 int status = pthread_create(&mMessageThreadId, NULL, threadProc, this); in init() 92 void * RenderScript::threadProc(void *vrsc) { in threadProc() function in RenderScript
|
D | RenderScript.h | 154 static void * threadProc(void *);
|
/frameworks/av/libvideoeditor/lvpp/ |
D | VideoEditorPreviewController.h | 134 static M4OSA_ERR threadProc(M4OSA_Void* param);
|
D | VideoEditorPreviewController.cpp | 607 err = M4OSA_threadSyncOpen(&mThreadContext, (M4OSA_ThreadDoIt)threadProc); in startPreview() 1025 M4OSA_ERR VideoEditorPreviewController::threadProc(M4OSA_Void* param) { in threadProc() function in android::VideoEditorPreviewController
|
/frameworks/support/renderscript/v8/rs_support/ |
D | rsContext.h | 183 static void * threadProc(void *);
|
D | rsContext.cpp | 163 void * Context::threadProc(void *vrsc) { in threadProc() function in Context 291 status = pthread_create(&mThreadId, &threadAttr, threadProc, this); in initContext()
|
/frameworks/rs/ |
D | rsContext.h | 253 static void * threadProc(void *);
|
D | rsContext.cpp | 208 void * Context::threadProc(void *vrsc) { in threadProc() function in Context 479 status = pthread_create(&mThreadId, &threadAttr, threadProc, this); in initContext()
|