Searched refs:threadProc (Results 1 – 6 of 6) sorted by relevance
/frameworks/rs/cpp/ |
D | RenderScript.cpp | 175 int status = pthread_create(&mMessageThreadId, nullptr, threadProc, this); in init() 204 void * RS::threadProc(void *vrsc) { in threadProc() function in RS
|
D | rsCppStructs.h | 429 static void * threadProc(void *);
|
/frameworks/av/media/libaaudio/src/core/ |
D | AudioStream.h | 161 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,
|
D | AudioStream.cpp | 451 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/ |
D | rsContext.cpp | 233 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()
|
D | rsContext.h | 346 static void * threadProc(void *);
|