summaryrefslogtreecommitdiffstats
path: root/libsensors/MPLSensor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* libsensors: mlsdk: Remove lots of unused cruft.Kyle Repinski2016-01-171-0/+1
| | | | This alone was enough to cut 16KB off of the mllite.so size.
* libsensors: Ween MPLSensor off of mlsdk legacy array methods.Kyle Repinski2016-01-171-16/+10
|
* libsensors: Fix up Rotation Vector output, minor organizing.Kyle Repinski2016-01-171-17/+21
|
* libsensors: Big cleanup.Kyle Repinski2016-01-171-138/+28
| | | | | | | - Some formatting nitpicks. - Removed useless 'dev_name'/'dev_fd' stuff for SensorBase. - Merged sensor structs together. - Added handleToDriver for MPLSensor.
* sensors: Fill in MPL sensor structs by default.Kyle Repinski2016-01-171-53/+22
| | | | | Since we're not checking which sensor models we have, we don't need to dynamically do this.
* sensors: Fix filling in LinearAcceleration res/power/range.Kyle Repinski2016-01-171-42/+12
| | | | While we're at it, make these constants and axe the functions.
* sensors: Merge invensense HAL into main tuna HAL.Kyle Repinski2016-01-171-0/+1128
Since these are both in our device tree now, there's no need to have them be separated. This saves about 14KB of space as well. Change-Id: Ibfcd7da4b30bb261586ecd9373e6fd4a343e0e06