Searched refs:mThreadRegistrationResult (Results 1 – 2 of 2) sorted by relevance
432 mThreadRegistrationResult = registerThread(); in wrapUserThread()433 if (mThreadRegistrationResult == AAUDIO_OK) { in wrapUserThread()436 mThreadRegistrationResult = unregisterThread(); in wrapUserThread()532 return (result != AAUDIO_OK) ? result : mThreadRegistrationResult; in joinThread_l()
727 aaudio_result_t mThreadRegistrationResult = AAUDIO_OK; variable