commit | 24db65c0ec290f29954fb2932d5985a9d4c9e40c | [log] [tgz] |
---|---|---|
author | Kevin Rocard <krocard@google.com> | Fri Mar 10 18:47:37 2017 -0800 |
committer | Kevin Rocard <krocard@google.com> | Thu Mar 16 16:00:02 2017 -0700 |
tree | 7d8bca5efe9b38760c64f84c94e724257d81943e | |
parent | caae0cc641a93e9ad2e44da1223656264d93f52d [diff] |
Audio HAL VTS: Avoid copying Return in helper Return are movable only, thus the fact that assertResult took a copy of the value meant that the callee had to provide an rvalue. This was not needed as the Result was not modified. Change it to a const reference. Test: run test on board Bug: 34170075 Signed-off-by: Kevin Rocard <krocard@google.com>