Searched refs:createThread_l (Results 1 – 3 of 3) sorted by relevance
165 return createThread_l(periodNanoseconds, threadProc, threadArg); in createThread()542 aaudio_result_t createThread_l(int64_t periodNanoseconds,
450 aaudio_result_t AudioStream::createThread_l(int64_t periodNanoseconds, in createThread_l() function in aaudio::AudioStream
396 result = createThread_l(periodNanos, aaudio_callback_thread_proc, this); in requestStart_l()