Searched refs:mThreadRegistrationResult (Results 1 – 2 of 2) sorted by relevance
312 mThreadRegistrationResult = registerThread(); in wrapUserThread()313 if (mThreadRegistrationResult == AAUDIO_OK) { in wrapUserThread()316 mThreadRegistrationResult = unregisterThread(); in wrapUserThread()398 return (result != AAUDIO_OK) ? result : mThreadRegistrationResult; in joinThread()
595 aaudio_result_t mThreadRegistrationResult = AAUDIO_OK; variable