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

/frameworks/rs/cpp/
H A DRenderScript.cpp73 int status = pthread_create(&mMessageThreadId, NULL, threadProc, this);
93 void * RS::threadProc(void *vrsc) { function in class:RS
H A DrsCppStructs.h67 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/rs/
H A DrsContext.h281 static void * threadProc(void *);
H A DrsContext.cpp282 void * Context::threadProc(void *vrsc) { function in class:Context
569 threadProc(this);
571 status = pthread_create(&mThreadId, &threadAttr, threadProc, this);

Completed in 156 milliseconds