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.cpp332 aaudio_audio_thread_proc_t threadProc, in createThread() argument
339 if (threadProc == nullptr) { in createThread()
343 mThreadProc = threadProc; in createThread()
DAudioStream.h134 aaudio_audio_thread_proc_t threadProc,
/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 *);