• Home
Name Date Size #Lines LOC

..--

config/03-May-2024-244194

tests/03-May-2024-355260

Android.bpD03-May-20242.2 KiB8984

MultiPoll.cppD03-May-20241.5 KiB5024

MultiPoll.hD03-May-20241.2 KiB4319

OWNERSD03-May-202441 42

READMED03-May-2024473 96

Sensor.cppD03-May-202418 KiB494400

Sensor.hD03-May-20245.1 KiB155111

SensorThread.cppD03-May-20241.6 KiB6538

SensorThread.hD03-May-20241.4 KiB5630

SensorsSubHal.cppD03-May-202410.3 KiB267217

SensorsSubHal.hD03-May-20244.2 KiB12056

iio_utils.cppD03-May-202413.7 KiB420341

iio_utils.hD03-May-20242.3 KiB8357

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