Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
software/ | 03-May-2024 | - | 18,766 | 12,751 | ||
Android.mk | D | 03-May-2024 | 7.1 KiB | 219 | 160 | |
CompassSensor.AKM.cpp | D | 03-May-2024 | 5.8 KiB | 204 | 115 | |
CompassSensor.AKM.h | D | 03-May-2024 | 2.9 KiB | 85 | 36 | |
CompassSensor.IIO.9150.cpp | D | 03-May-2024 | 13.5 KiB | 428 | 333 | |
CompassSensor.IIO.9150.h | D | 03-May-2024 | 2.8 KiB | 101 | 66 | |
CompassSensor.IIO.primary.cpp | D | 03-May-2024 | 18.3 KiB | 586 | 428 | |
CompassSensor.IIO.primary.h | D | 03-May-2024 | 3.1 KiB | 115 | 76 | |
InputEventReader.cpp | D | 03-May-2024 | 3.4 KiB | 116 | 78 | |
InputEventReader.h | D | 03-May-2024 | 1.4 KiB | 51 | 24 | |
License.txt | D | 03-May-2024 | 11.9 KiB | 218 | 183 | |
MPLSensor.cpp | D | 03-May-2024 | 240.8 KiB | 7,112 | 5,751 | |
MPLSensor.h | D | 03-May-2024 | 19.5 KiB | 596 | 487 | |
MPLSupport.cpp | D | 03-May-2024 | 9.9 KiB | 388 | 301 | |
MPLSupport.h | D | 03-May-2024 | 1.6 KiB | 44 | 23 | |
PressureSensor.IIO.secondary.cpp | D | 03-May-2024 | 5.4 KiB | 210 | 141 | |
PressureSensor.IIO.secondary.h | D | 03-May-2024 | 2 KiB | 77 | 44 | |
README_L_arm64 | D | 03-May-2024 | 642 | 17 | 12 | |
SensorBase.cpp | D | 03-May-2024 | 5 KiB | 211 | 173 | |
SensorBase.h | D | 03-May-2024 | 3.5 KiB | 105 | 67 | |
libmllite.so | D | 03-May-2024 | 119.2 KiB | |||
libmplmpu.so | D | 03-May-2024 | 207.8 KiB | |||
sensor_params.h | D | 03-May-2024 | 10 KiB | 230 | 162 | |
sensors.h | D | 03-May-2024 | 15.8 KiB | 368 | 292 | |
sensors_mpl.cpp | D | 03-May-2024 | 15 KiB | 476 | 365 |
README_L_arm64
1For building Invensense HAL for Android L Arm 64bit 2=================================================== 3 $ cd $android_L_root 4 $ . build/envsetup.sh 5 $ lunch aosp_flounder-userdebug (or any arm64 target) 6 7 $ -> copy Invensense HAL libsensor folder to $android_L_root/hardware/invensense/65xx/ 8 $ -> modifiy the makefile $android_L_root/hardware/invensense/Android.mk to include htc/nvidia flounder target 9 10 $ make libinvensense_hal 11 $ make sensors.flounder 12 13 $ adb push $OUT/system/lib/libmllite.so /system/lib/ 14 $ adb push $OUT/system/lib/libinvensense_hal.so /system/lib/ 15 $ adb push $OUT/system/lib/hw/sensors.flounder.so /system/lib/hw/ 16 17