Home
last modified time | relevance | path

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

/frameworks/rs/cpp/
DRenderScript.cpp175 int status = pthread_create(&mMessageThreadId, nullptr, threadProc, this); in init()
204 void * RS::threadProc(void *vrsc) { in threadProc() function in RS
DrsCppStructs.h429 static void * threadProc(void *);
/frameworks/av/media/libaaudio/src/core/
DAudioStream.h161 aaudio_audio_thread_proc_t threadProc, in createThread() argument
165 return createThread_l(periodNanoseconds, threadProc, threadArg); in createThread()
543 aaudio_audio_thread_proc_t threadProc,
DAudioStream.cpp451 aaudio_audio_thread_proc_t threadProc, in createThread_l() argument
458 if (threadProc == nullptr) { in createThread_l()
462 mThreadProc = threadProc; in createThread_l()
/frameworks/rs/
DrsContext.cpp233 void * Context::threadProc(void *vrsc) { in threadProc() function in android::renderscript::Context
527 threadProc(this); in initContext()
534 status = pthread_create(&mThreadId, &threadAttr, threadProc, this); in initContext()
DrsContext.h346 static void * threadProc(void *);