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

/frameworks/av/media/libaaudio/src/client/
H A DAudioStreamInternal.cpp588 aaudio_result_t AudioStreamInternal::joinThread(void** returnArg) { argument
589 return AudioStream::joinThread(returnArg, calculateReasonableTimeout(getFramesPerBurst()));
/frameworks/av/media/libaaudio/src/core/
H A DAudioStream.cpp182 aaudio_result_t AudioStream::joinThread(void** returnArg, int64_t timeoutNanoseconds) argument
190 int err = pthread_timedjoin_np(mThread, returnArg, &abstime);
192 int err = pthread_join(mThread, returnArg);

Completed in 31 milliseconds