Searched refs:AAUDIO_ERROR_DISCONNECTED (Results 1 – 14 of 14) sorted by relevance
135 disconnected = (result == AAUDIO_ERROR_DISCONNECTED); in testOpenPlayClose()216 return disconnected ? AAUDIO_ERROR_DISCONNECTED : result; in testOpenPlayClose()277 == AAUDIO_ERROR_DISCONNECTED); in main()
163 return AAUDIO_ERROR_DISCONNECTED; in checkForDisconnectRequest()177 maybeCallErrorCallback(AAUDIO_ERROR_DISCONNECTED); in forceDisconnect()
449 return AAUDIO_ERROR_DISCONNECTED; in read()492 return AAUDIO_ERROR_DISCONNECTED; in read()
441 return AAUDIO_ERROR_DISCONNECTED; in write()455 return AAUDIO_ERROR_DISCONNECTED; in write()
67 if (result == AAUDIO_ERROR_DISCONNECTED) { in callbackLoop()
147 if (result == AAUDIO_ERROR_DISCONNECTED) { in callbackLoop()
53 AAUDIO_CASE_ENUM(AAUDIO_ERROR_DISCONNECTED); in AudioGlobal_convertResultToText()
130 if (error == AAUDIO_ERROR_DISCONNECTED) { in s_myErrorCallbackProc()
77 MY_ASSERT_EQ(AAUDIO_ERROR_DISCONNECTED, mError.load()); in checkCloseJoins()
101 if (result == AAUDIO_ERROR_DISCONNECTED) { in validate()
374 return AAUDIO_ERROR_DISCONNECTED; in requestStart_l()387 result = AAUDIO_ERROR_DISCONNECTED; in requestStart_l()610 result = AAUDIO_ERROR_DISCONNECTED; in onEventFromServer()
130 AAUDIO_ERROR_DISCONNECTED, enumerator
44 case AAUDIO_ERROR_DISCONNECTED: in AAudioConvert_aaudioToAndroidStatus()
93 case AAUDIO_ERROR_DISCONNECTED: in extendedStatusToStatusString()