commit | 9b909c3b70e62092567ad9a56f09d8091a01cb26 | [log] [tgz] |
---|---|---|
author | Orion Hodson <oth@google.com> | Fri Nov 23 11:05:27 2018 +0000 |
committer | Orion Hodson <oth@google.com> | Tue Nov 27 17:54:05 2018 +0000 |
tree | 843a11eab74cefb797fe22bf3bd8d22dcaeb327c | |
parent | 669037f821e21336de7fd3ff5c5e5879885a788b [diff] |
Remove ScopedBytes use The libnativehelper ScopedBytes class is being deprecated. It's use in android_media_AudioTrack.cpp is unnecessary because the JNI method takes a direct buffer as an argument whereas ScopedBytes classes exist to mask the difference between byte arrays and byte buffers. Bug: 119840313 Test: m -j32 Change-Id: I2a6478dbaa861c5391cc298871df0f8cd1f1439c