commit | 6205632be54b05017ce8b7b9a7159dfef0bcda8f | [log] [tgz] |
---|---|---|
author | Yogeshwar Nagaraj <nyogeshwar@google.com> | Mon Jan 27 10:27:33 2020 -0800 |
committer | Yogeshwar Nagaraj <nyogeshwar@google.com> | Mon Jan 27 13:50:47 2020 -0800 |
tree | c188d112d2a269eb2a2dd647774abad9cbb0629e | |
parent | 9e0f162de6a85c42a9265cd581ffe36987482c9a [diff] |
Modifying the aidl interface to pass in stream id in the release packet request. Buffer id is managed by each individual stream manager and when there are multiple streams, this could result in buffers in different streams having the same buffer id. Stream id is therefore essential to disambiguate the buffer. Change-Id: I17caf414687c513124b8c241c69ce4038635ab81 Fix: 148386811 Test: m -j
Native (C++) code format is required to be compatible with .clang-format file. Run
git clang-format --style=file --extension='h,cpp,cc' HEAD~
Note that clang-format is not desirable for Android java files. Therefore the command line above is limited to specific extensions.