Searched refs:AAUDIO_ERROR_DISCONNECTED (Results 1 – 20 of 20) sorted by relevance
50 return AAUDIO_ERROR_DISCONNECTED; in closeStream()63 return AAUDIO_ERROR_DISCONNECTED; in getStreamDescription()79 return AAUDIO_ERROR_DISCONNECTED; in startStream()91 return AAUDIO_ERROR_DISCONNECTED; in pauseStream()103 return AAUDIO_ERROR_DISCONNECTED; in stopStream()115 return AAUDIO_ERROR_DISCONNECTED; in flushStream()129 return AAUDIO_ERROR_DISCONNECTED; in registerAudioThread()143 return AAUDIO_ERROR_DISCONNECTED; in unregisterAudioThread()157 return AAUDIO_ERROR_DISCONNECTED; in exitStandby()
144 disconnected = (result == AAUDIO_ERROR_DISCONNECTED); in testOpenPlayClose()225 return disconnected ? AAUDIO_ERROR_DISCONNECTED : result; in testOpenPlayClose()319 == AAUDIO_ERROR_DISCONNECTED); in main()
209 return AAUDIO_ERROR_DISCONNECTED; in checkForDisconnectRequest()223 maybeCallErrorCallback(AAUDIO_ERROR_DISCONNECTED); in forceDisconnect()
274 return AAUDIO_ERROR_DISCONNECTED; in open()455 return AAUDIO_ERROR_DISCONNECTED; in write()469 return AAUDIO_ERROR_DISCONNECTED; in write()
417 return AAUDIO_ERROR_DISCONNECTED; in read()460 return AAUDIO_ERROR_DISCONNECTED; in read()
67 if (result == AAUDIO_ERROR_DISCONNECTED) { in callbackLoop()
149 if (result == AAUDIO_ERROR_DISCONNECTED) { in callbackLoop()
363 return AAUDIO_ERROR_DISCONNECTED; in startClient()372 result = AAUDIO_ERROR_DISCONNECTED; in startClient()
232 return AAUDIO_ERROR_DISCONNECTED; in startDevice_l()
478 return AAUDIO_ERROR_DISCONNECTED; in requestStart_l()499 result = AAUDIO_ERROR_DISCONNECTED; in requestStart_l()732 result = AAUDIO_ERROR_DISCONNECTED; in onEventFromServer()820 return AAUDIO_ERROR_DISCONNECTED; in processData()833 return AAUDIO_ERROR_DISCONNECTED; in processData()
302 result = isDisconnected() ? AAUDIO_ERROR_DISCONNECTED : AAUDIO_ERROR_TIMEOUT; in callbackLoop()
426 result = isDisconnected() ? AAUDIO_ERROR_DISCONNECTED : AAUDIO_ERROR_TIMEOUT; 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()
468 if (result == AAUDIO_ERROR_DISCONNECTED) { in main()
48 case AAUDIO_ERROR_DISCONNECTED: in AAudioConvert_aaudioToAndroidStatus()
150 AAUDIO_ERROR_DISCONNECTED, enumerator
84 case AAUDIO_ERROR_DISCONNECTED: in extendedStatusToStatusString()