You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker
7ee447c011
|
4 months ago | |
---|---|---|
.. | ||
config | 4 months ago | |
tests | 4 months ago | |
Android.bp | 4 months ago | |
MultiPoll.cpp | 4 months ago | |
MultiPoll.h | 4 months ago | |
OWNERS | 4 months ago | |
README | 4 months ago | |
Sensor.cpp | 4 months ago | |
Sensor.h | 4 months ago | |
SensorThread.cpp | 4 months ago | |
SensorThread.h | 4 months ago | |
SensorsSubHal.cpp | 4 months ago | |
SensorsSubHal.h | 4 months ago | |
iio_utils.cpp | 4 months ago | |
iio_utils.h | 4 months ago |
README
This directory contains a reference implementation for sensors sub-HAL to be used by sensors Multi-Hal 2.0 service for Android Automotive OS with Android running as a VM. This HAL accesses sensors exposed as IIO devices by the kernel. This HAL is currently only supported for use with the IIO SCMI driver in the kernel which uses the ARM SCMI protocol to access the sensors exposed as VIRTIO SCMI device. This HAL supports Accelerometer and Gyroscope continuous sensors.