Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-19 | new SensorService | Mathias Agopian | |
remove old sensor service and implement SensorManager on top of the new (native) SensorManger API. Change-Id: Iddb77d498755da3e11646473a44d651f12f40281 | |||
2010-03-01 | fix [2476230] sensor battery stats could get out of sync if an error occurs | Mathias Agopian | |
Fixed a few problems with the SensorService: - a race condition when talking to the BatteryStatService - only report changes to BatteryStatService when there are no errors (ie: when a change actually happens) - tell the BatteryStatService when a sensor is deactivated because its client died - rewrite enableSensor() so it's readable - implement dump() so dumpsys will display some infos about active sensors - recompute the delay properly when sensors are added/removed | |||
2010-03-01 | Switch the services library to using the new Slog | Joe Onorato | |
2009-08-30 | SensorService: call close_data_source when we have no more sensor clients. | Mike Lockwood | |
Change-Id: I94accda4571c3f2cf6f8a5b6801e37c30c027fe1 Signed-off-by: Mike Lockwood <lockwood@android.com> | |||
2009-05-23 | Sensors: Use a native_handle for the data channel instead of a single file ↵ | Mike Lockwood | |
descriptor. This eliminates the requirement that all sensors share a single file descriptor. This, along with concurrent changes in other projects, fixes bugs b/1614524 and b/1614481 Signed-off-by: Mike Lockwood <lockwood@android.com> | |||
2009-03-05 | auto import from //depot/cupcake/@136594 | The Android Open Source Project | |
2009-03-03 | auto import from //depot/cupcake/@135843 | The Android Open Source Project | |
2009-03-03 | auto import from //depot/cupcake/@135843 | The Android Open Source Project | |
2009-02-19 | auto import from //branches/cupcake/...@132276 | The Android Open Source Project | |
2009-02-10 | auto import from //branches/cupcake/...@130745 | The Android Open Source Project | |
2008-12-17 | Code drop from //branches/cupcake/...@124589 | The Android Open Source Project | |
2008-10-21 | Initial Contribution | The Android Open Source Project | |