summaryrefslogtreecommitdiffstats
path: root/core/java/android/hardware/SystemSensorManager.java
Commit message (Expand)AuthorAgeFilesLines
* Fix for ClassCastException in SystemSensorManager.Aravind Akella2013-10-231-7/+27
* Fix registerListener and flush bugs.Aravind Akella2013-10-091-55/+30
* Sensor batching. Implementation for registerListener(with batch support) and ...Aravind Akella2013-09-031-21/+95
* Fix race condition and disable call.Jaikumar Ganesh2013-04-121-14/+28
* Sensor values changes.Jaikumar Ganesh2013-04-111-68/+79
* Add new sensor types.Jaikumar Ganesh2013-04-111-150/+159
* Revert "Add new sensor types."Jaikumar Ganesh2013-03-131-159/+150
* Revert "Add a minimum size for the event pools."Jaikumar Ganesh2013-03-131-2/+2
* Add a minimum size for the event pools.Justin Koh2013-03-121-2/+2
* Add new sensor types.Jaikumar Ganesh2013-03-121-150/+159
* rework SystemSensorManager.javaMathias Agopian2013-02-041-301/+287
* Sensors could be disabled by any applicationMagnus Hallqvist2012-09-111-1/+2
* Move legacy sensor support to a new class.Jeff Brown2012-04-161-10/+5
* Refactor SensorManager to move non-API bits into a subclass.Jeff Brown2012-04-161-0/+403