summaryrefslogtreecommitdiff
path: root/sensors/aidl/default/multihal/ConvertUtils.cpp
AgeCommit message (Collapse)Author
2022-06-13Adds missing AIDL HAL SensorStatus conversion logicArthur Ishiguro
Bug: 235629868 Test: Compile Change-Id: Ice2df3935f2bcab9e9612ebd3fdacc57ea6f8dbc
2022-03-17Cast to int for union tagJooyung Han
Union tag will be changed from `enum` to `enum class`. We need explicit casting with enum class. Bug: 225119187 Bug: 218912230 Test: m Merged-In: I2401e66dc9d8bc511a601fcdce365e5f823576d4 Change-Id: I2401e66dc9d8bc511a601fcdce365e5f823576d4 (cherry picked from commit 1c4e9829ec684f1c33447f522db516b14e011255)
2022-01-25Add head tracking to multi-HAL conversion codeArthur Ishiguro
Also adds OWNERS file. Bug: 215702376 Test: Compile Change-Id: Ib0bbb312aae66ab6130a8677ec8e0e82d0db48bb
2022-01-18Fix copy() using iterators from different containersGreg Kaiser
We fix up a std::copy that was using the wrong container for the end(). Test: TreeHugger Bug: 206867060 Change-Id: I5b7700029db6a513b6fdf03c3449be973d639df5
2022-01-14Moved implementation of ConvertUtils to cpp file.Tyler Trephan
Test: make android.hardware.sensors@aidl-multihal Bug: 206867060 Change-Id: I73e8d061bdfe39f956acda1cf9b138da2dcc1f22