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

/frameworks/rs/cpp/
H A DRenderScript.cpp72 int status = pthread_create(&mMessageThreadId, NULL, threadProc, this);
92 void * RenderScript::threadProc(void *vrsc) { function in class:RenderScript
H A DRenderScript.h154 static void * threadProc(void *);
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorPreviewController.h134 static M4OSA_ERR threadProc(M4OSA_Void* param);
H A DVideoEditorPreviewController.cpp607 err = M4OSA_threadSyncOpen(&mThreadContext, (M4OSA_ThreadDoIt)threadProc);
1025 M4OSA_ERR VideoEditorPreviewController::threadProc(M4OSA_Void* param) { function in class:android::VideoEditorPreviewController
1031 ALOGV("inside threadProc");
1035 ALOGD("threadProc: playing file index %d total clips %d",
1103 ALOGV("threadProc: setStoryboardStartTime");
1113 ALOGV("threadProc: setAudioMixStoryBoardParam fromMS %d \
1123 ALOGV("threadProc: started");
1140 ALOGV("threadProc: state busy...wait for sem");
1146 ALOGV("threadProc: sem wait returned err = 0x%x", err);
/frameworks/support/renderscript/v8/rs_support/
H A DrsContext.h183 static void * threadProc(void *);
H A DrsContext.cpp163 void * Context::threadProc(void *vrsc) { function in class:Context
291 status = pthread_create(&mThreadId, &threadAttr, threadProc, this);
/frameworks/rs/
H A DrsContext.h253 static void * threadProc(void *);
H A DrsContext.cpp208 void * Context::threadProc(void *vrsc) { function in class:Context
479 status = pthread_create(&mThreadId, &threadAttr, threadProc, this);

Completed in 270 milliseconds