commit | 5e088a7ae832fe6607b2b76f6d0adf53e1932695 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Wed Jul 27 14:44:07 2016 -0700 |
committer | Chih-Hung Hsieh <chh@google.com> | Wed Jul 27 14:44:07 2016 -0700 |
tree | 51044a48f678ccc177f749495684dbb6ba93317f | |
parent | 5522a916cdcf22a8be5be3a518c83bdcf73e4734 [diff] |
Fix clang-tidy performance warnings in audioservice. * Use const reference type for parameters and for-loop index variables to avoid unnecessary copy. Bug: 30407689 Bug: 30413223 Change-Id: Ie99f89ee67de9f2ace61f0971cd4a1820617f7d4 Test: build with WITH_TIDY=1