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

/frameworks/av/media/libaaudio/src/core/
H A DAudioStream.cpp160 aaudio_audio_thread_proc_t threadProc,
166 if (threadProc == nullptr) {
170 mThreadProc = threadProc;
159 createThread(int64_t periodNanoseconds, aaudio_audio_thread_proc_t threadProc, void* threadArg) argument
H A DAudioStream.h92 aaudio_audio_thread_proc_t threadProc,
/frameworks/rs/cpp/
H A DRenderScript.cpp175 int status = pthread_create(&mMessageThreadId, nullptr, threadProc, this);
204 void * RS::threadProc(void *vrsc) { function in class:RS
H A DrsCppStructs.h429 static void * threadProc(void *);
/frameworks/rs/
H A DrsContext.h346 static void * threadProc(void *);
H A DrsContext.cpp233 void * Context::threadProc(void *vrsc) { function in class:android::renderscript::Context
528 threadProc(this);
535 status = pthread_create(&mThreadId, &threadAttr, threadProc, this);

Completed in 500 milliseconds