Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaaudio/src/core/
H A DAudioStream.h161 aaudio_audio_thread_proc_t threadProc, in createThread() argument
165 return createThread_l(periodNanoseconds, threadProc, threadArg); in createThread()
556 aaudio_audio_thread_proc_t threadProc,
H A DAudioStream.cpp458 aaudio_audio_thread_proc_t threadProc, in createThread_l() argument
465 if (threadProc == nullptr) { in createThread_l()
469 mThreadProc = threadProc; in createThread_l()
/aosp12/frameworks/rs/cpp/
H A DRenderScript.cpp175 int status = pthread_create(&mMessageThreadId, nullptr, threadProc, this); in init()
204 void * RS::threadProc(void *vrsc) { in threadProc() function in RS
H A DrsCppStructs.h429 static void * threadProc(void *);
/aosp12/frameworks/rs/
H A 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()
H A DrsContext.h346 static void * threadProc(void *);