Searched defs:threadArg (Results 1 - 1 of 1) sorted by last modified time

/frameworks/av/media/libaaudio/src/core/
H A DAudioStream.cpp152 static void* AudioStream_internalThreadProc(void* threadArg) { argument
153 AudioStream *audioStream = (AudioStream *) threadArg;
161 void* threadArg)
171 mThreadArg = threadArg;
159 createThread(int64_t periodNanoseconds, aaudio_audio_thread_proc_t threadProc, void* threadArg) argument

Completed in 3107 milliseconds