Home
last modified time | relevance | path

Searched refs:threadProc (Results 1 – 8 of 8) sorted by relevance

/frameworks/rs/cpp/
DRenderScript.cpp72 int status = pthread_create(&mMessageThreadId, NULL, threadProc, this); in init()
92 void * RenderScript::threadProc(void *vrsc) { in threadProc() function in RenderScript
DRenderScript.h154 static void * threadProc(void *);
/frameworks/av/libvideoeditor/lvpp/
DVideoEditorPreviewController.h134 static M4OSA_ERR threadProc(M4OSA_Void* param);
DVideoEditorPreviewController.cpp607 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/
DrsContext.h183 static void * threadProc(void *);
DrsContext.cpp163 void * Context::threadProc(void *vrsc) { in threadProc() function in Context
291 status = pthread_create(&mThreadId, &threadAttr, threadProc, this); in initContext()
/frameworks/rs/
DrsContext.h253 static void * threadProc(void *);
DrsContext.cpp208 void * Context::threadProc(void *vrsc) { in threadProc() function in Context
479 status = pthread_create(&mThreadId, &threadAttr, threadProc, this); in initContext()