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