commit | 878fa3cb28b1d12a114c80fd4e702ec5c5f33db1 | [log] [tgz] |
---|---|---|
author | jiabin <jiabin@google.com> | Wed Jul 27 23:16:39 2022 +0000 |
committer | Jiabin Huang <jiabin@google.com> | Thu Jul 28 17:22:56 2022 +0000 |
tree | 687019ebb9656923fceb9aa23a791926c940d4e3 | |
parent | 952fbe2702561c5a02f0aa151b8c5998d8005024 [diff] |
Update doc for aaudio data callback. For an input stream, if the app modifies the data on the callback data buffer directly, undefined behavior may happen. Update the doc to ask developers to copy data from the callback buffer before doing any modification. Bug: 240479229 Test: make Change-Id: I41088d458eb5532baceffb5376051711000a5e83