commit | d83065943c442d941ab699b33d43c3921575d386 | [log] [tgz] |
---|---|---|
author | Harvey Yang <[email protected]> | Thu Oct 29 05:09:08 2020 |
committer | Commit Bot <[email protected]> | Thu Oct 29 05:09:08 2020 |
tree | 06a441c5991fb23610330b24a339f7035b8ac533 | |
parent | b5eb7efcb089a6dfcf21249c3abdd8213b8b4f70 [diff] |
ash: Add GetECLidAngleDriverStatus() in ash/AccelerometerReader This commit extracts ECLidAngleDriverSupported information from AccelerometerUpdate and adds a public function GetECLidAngleDriverStatus() in AccelerometerReader to provide this information because it doesn't change. It also adds SetECLidAngleDriverStatusForTesting() to fake the status for unittests. BUG=b:171446270 TEST=unit tests, and run on jacuzzi & hatch Change-Id: I80cb66e6caf77f9d193b92e9a675d649576fcc87 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2491462 Commit-Queue: Cheng-Hao Yang <[email protected]> Reviewed-by: Mitsuru Oshima <[email protected]> Reviewed-by: Xiaoqian Dai <[email protected]> Reviewed-by: Raphael Kubo da Costa <[email protected]> Cr-Commit-Position: refs/heads/master@{#822040}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.