Loading services/oboeservice/AAudioServiceEndpointCapture.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -65,7 +65,7 @@ void *AAudioServiceEndpointCapture::callbackLoop() { result = getStreamInternal()->read(mDistributionBuffer.get(), getFramesPerBurst(), timeoutNanos); if (result == AAUDIO_ERROR_DISCONNECTED) { disconnectRegisteredStreams(); ALOGV("%s() read() returned AAUDIO_ERROR_DISCONNECTED, break", __func__); break; } else if (result != getFramesPerBurst()) { ALOGW("callbackLoop() read %d / %d", Loading services/oboeservice/AAudioServiceEndpointPlay.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -146,7 +146,7 @@ void *AAudioServiceEndpointPlay::callbackLoop() { result = getStreamInternal()->write(mMixer.getOutputBuffer(), getFramesPerBurst(), timeoutNanos); if (result == AAUDIO_ERROR_DISCONNECTED) { AAudioServiceEndpointShared::disconnectRegisteredStreams(); ALOGV("%s() write() returned AAUDIO_ERROR_DISCONNECTED, break", __func__); break; } else if (result != getFramesPerBurst()) { ALOGW("callbackLoop() wrote %d / %d", Loading Loading
services/oboeservice/AAudioServiceEndpointCapture.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -65,7 +65,7 @@ void *AAudioServiceEndpointCapture::callbackLoop() { result = getStreamInternal()->read(mDistributionBuffer.get(), getFramesPerBurst(), timeoutNanos); if (result == AAUDIO_ERROR_DISCONNECTED) { disconnectRegisteredStreams(); ALOGV("%s() read() returned AAUDIO_ERROR_DISCONNECTED, break", __func__); break; } else if (result != getFramesPerBurst()) { ALOGW("callbackLoop() read %d / %d", Loading
services/oboeservice/AAudioServiceEndpointPlay.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -146,7 +146,7 @@ void *AAudioServiceEndpointPlay::callbackLoop() { result = getStreamInternal()->write(mMixer.getOutputBuffer(), getFramesPerBurst(), timeoutNanos); if (result == AAUDIO_ERROR_DISCONNECTED) { AAudioServiceEndpointShared::disconnectRegisteredStreams(); ALOGV("%s() write() returned AAUDIO_ERROR_DISCONNECTED, break", __func__); break; } else if (result != getFramesPerBurst()) { ALOGW("callbackLoop() wrote %d / %d", Loading