History log of /frameworks/base/core/java/android/hardware/SensorAdditionalInfo.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1cfde25e4019bc050c7f030896825fd90d69baf5 20-Jan-2017 Peng Xu <pengxu@google.com> Local geomagnetic field update to sensor

Local geomagnetic field strength, declination, inclination information
is useful for magnetometer calibration. It also benefits rotation
vector sensor implementation as it gives a baseline that aids detecting
magnetic field disturbance.

Bug: 30958130
Test: Tested with marlin. Modified hal implementation can get local
geomagnetic field.

Change-Id: I373fe74d5a091a3adb80ff3c61e441edcf5a253b
/frameworks/base/core/java/android/hardware/SensorAdditionalInfo.java
fb1c94133b0cddd5550522b476f4ab69cc0ec73b 30-Mar-2016 Peng Xu <pengxu@google.com> Fix a few known issue in sensor framework

* Resolve issues pointed out by API Consul:
. Privacy concern about sensor UUID
. Callback name consistency,
. A few document error and typo.
* New API to tell app if the sensor system support dynamic sensor
discovery.
* Added API to make dynamically connected sensor directly
identifiable.
* Explicitly indicate sensor additional information support for a
sensor

Bugs:
b/27715564
b/27911274

Change-Id: Ie93ab4c07fea82002f3f107b7c35827a088312be
/frameworks/base/core/java/android/hardware/SensorAdditionalInfo.java
a29583553957a19755bfba26f48b6ebe977879cb 27-Jan-2016 Peng Xu <pengxu@google.com> Implementation of sensor additioanl info report

This implements a mechanism for sensor hardware/HAL to deliver additional information beside sensor
readings to application. It includes internal temperature reading, untracked delay of sample,
location and pose of sensor device placement in phone frame, etc. This is also a very expandable
frame to account for future need.

Change-Id: Ifd52ff315ef675086326f118eab773b0194bae23
Note: sensor additional information report used to be called sensor meta data.
/frameworks/base/core/java/android/hardware/SensorAdditionalInfo.java