HomeSort by relevance Sort by last modified time
    Searched refs:threadProc (Results 1 - 6 of 6) sorted by null

  /frameworks/av/libvideoeditor/lvpp/
VideoEditorPreviewController.h 134 static M4OSA_ERR threadProc(M4OSA_Void* param);
VideoEditorPreviewController.cpp 607 err = M4OSA_threadSyncOpen(&mThreadContext, (M4OSA_ThreadDoIt)threadProc);
    [all...]
  /frameworks/rs/
rsContext.h 293 static void * threadProc(void *);
rsContext.cpp 289 void * Context::threadProc(void *vrsc) {
579 threadProc(this);
581 status = pthread_create(&mThreadId, &threadAttr, threadProc, this);
  /frameworks/rs/cpp/
RenderScript.cpp 490 int status = pthread_create(&mMessageThreadId, NULL, threadProc, this);
519 void * RS::threadProc(void *vrsc) {
rsCppStructs.h 151 static void * threadProc(void *);
    [all...]

Completed in 5049 milliseconds