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

  /frameworks/rs/cpp/
RenderScript.cpp 73 int status = pthread_create(&mMessageThreadId, NULL, threadProc, this);
93 void * RS::threadProc(void *vrsc) {
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorPreviewController.cpp 607 err = M4OSA_threadSyncOpen(&mThreadContext, (M4OSA_ThreadDoIt)threadProc);
    [all...]
  /frameworks/rs/
rsContext.cpp 282 void * Context::threadProc(void *vrsc) {
569 threadProc(this);
571 status = pthread_create(&mThreadId, &threadAttr, threadProc, this);

Completed in 208 milliseconds