Searched refs:joinThread (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libaaudio/src/client/
H A DAudioStreamInternal.h79 aaudio_result_t joinThread(void** returnArg);
H A DAudioStreamInternal.cpp268 return joinThread(NULL);
588 aaudio_result_t AudioStreamInternal::joinThread(void** returnArg) { function in class:AudioStreamInternal
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) function in class:AudioStream
H A DAudioStream.h95 aaudio_result_t joinThread(void **returnArg, int64_t timeoutNanoseconds);
/frameworks/av/services/oboeservice/
H A DAAudioServiceEndpoint.cpp126 aaudio_result_t result = getStreamInternal()->joinThread(NULL);

Completed in 581 milliseconds