commit | 462de21ac2e1773b99aedee012adb374e476ae36 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Wed Nov 16 11:33:57 2016 -0800 |
committer | Stephen Hines <srhines@google.com> | Thu Nov 17 14:16:56 2016 -0800 |
tree | d8f003a52b397143c456a1f1f297e18a615824c5 | |
parent | 6babd9ca03e1379380af0c1cfde6f6d3e92ccd29 [diff] |
Fix google-build-using-namespace warnings in cpu_ref. * Remove "using namespace ..." statements. * Replace them with using declarations of the required names. * Enclose the C++ methods and static and extern "C" functions with namespace android and renderscript. * Keep global C++ functions as-is and add using declarations for them. Bug: 32670901 Test: build with WITH_TIDY=1 Change-Id: I818de466e8786a6c4f9ce0cd8e0fe027f34d7fad