| commit | 4bb8f64f2b298010699fce1582fa35b6392aa7e5 | [log] [tgz] |
|---|---|---|
| author | Phil Burk <philburk@google.com> | Wed Apr 12 20:15:35 2017 +0000 |
| committer | android-build-merger <android-build-merger@google.com> | Wed Apr 12 20:15:35 2017 +0000 |
| tree | 6fe42f6b4610df577606a5dd1cafb822d0661353 | |
| parent | ab4b847fe38323e89445cbec082ed851a42312e4 [diff] | |
| parent | 9e4f2857248e620a35e3e1c0363fe23faebdb3fd [diff] |
Merge "AAudioService: integrated with audioserver" into oc-dev am: d9534fb352 am: 9e4f285724 Change-Id: I127c84ff4c9e2fad40804fccd82f5eb341af3b10
diff --git a/media/libaaudio/src/client/AudioStreamInternal.cpp b/media/libaaudio/src/client/AudioStreamInternal.cpp index 662cb9e..7304205 100644 --- a/media/libaaudio/src/client/AudioStreamInternal.cpp +++ b/media/libaaudio/src/client/AudioStreamInternal.cpp
@@ -188,6 +188,7 @@ } } + // Render audio in the application callback and then write the data to the stream. void *AudioStreamInternal::callbackLoop() { aaudio_result_t result = AAUDIO_OK;