Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
config/ | 03-May-2024 | - | 244 | 194 | ||
tests/ | 03-May-2024 | - | 355 | 260 | ||
Android.bp | D | 03-May-2024 | 2.2 KiB | 89 | 84 | |
MultiPoll.cpp | D | 03-May-2024 | 1.5 KiB | 50 | 24 | |
MultiPoll.h | D | 03-May-2024 | 1.2 KiB | 43 | 19 | |
OWNERS | D | 03-May-2024 | 41 | 4 | 2 | |
README | D | 03-May-2024 | 473 | 9 | 6 | |
Sensor.cpp | D | 03-May-2024 | 18 KiB | 494 | 400 | |
Sensor.h | D | 03-May-2024 | 5.1 KiB | 155 | 111 | |
SensorThread.cpp | D | 03-May-2024 | 1.6 KiB | 65 | 38 | |
SensorThread.h | D | 03-May-2024 | 1.4 KiB | 56 | 30 | |
SensorsSubHal.cpp | D | 03-May-2024 | 10.3 KiB | 267 | 217 | |
SensorsSubHal.h | D | 03-May-2024 | 4.2 KiB | 120 | 56 | |
iio_utils.cpp | D | 03-May-2024 | 13.7 KiB | 420 | 341 | |
iio_utils.h | D | 03-May-2024 | 2.3 KiB | 83 | 57 |
README
1This directory contains a reference implementation for sensors sub-HAL to be 2used by sensors Multi-Hal 2.0 service for Android Automotive OS with Android 3running as a VM. This HAL accesses sensors exposed as IIO devices by the kernel. 4 5This HAL is currently only supported for use with the IIO SCMI driver in the kernel 6which uses the ARM SCMI protocol to access the sensors exposed as VIRTIO SCMI device. 7 8This HAL supports Accelerometer and Gyroscope continuous sensors. 9