summaryrefslogtreecommitdiffstats
path: root/services/jni
Commit message (Expand)AuthorAgeFilesLines
* Input device calibration and capabilities.Jeff Brown2010-08-301-3/+176
* Raise motion event throttle to 60Hz from 35Hz.Jeff Brown2010-08-181-1/+1
* Add support for throttling motion events.Jeff Brown2010-08-181-0/+24
* Fix possible race conditions during channel unregistration.Jeff Brown2010-08-171-14/+10
* Throttle userActivity calls from input dispatcher.Jeff Brown2010-08-162-0/+29
* Add support for the PointerLocation overlay.Jeff Brown2010-08-111-8/+70
* DO NOT MERGE: Fix input event injection ANRs on UI thread.Jeff Brown2010-07-291-22/+33
* Refactor input reader to support new device types more easily.Jeff Brown2010-07-281-52/+92
* new SensorServiceMathias Agopian2010-07-193-180/+0
* Fix individual pointer id up/down reporting.Jeff Brown2010-07-161-3/+7
* Fix bug with phantom input windows.Jeff Brown2010-07-161-20/+54
* Add support for new input sources.Jeff Brown2010-07-151-51/+73
* Add initial gamepad support.Jeff Brown2010-07-131-16/+16
* More native input dispatch work.Jeff Brown2010-07-036-447/+265
* Fix injection of specially intercepted keys like HOME.Jeff Brown2010-06-301-30/+31
* GPS: stifle some loggingMike Lockwood2010-06-301-14/+1
* Fix native input dispatch in the emulator.Jeff Brown2010-06-291-1/+1
* Native input event dispatching.Jeff Brown2010-06-281-104/+1264
* GPS: remove GpsEventThread from GpsLocationProviderMike Lockwood2010-06-221-233/+124
* More native input event dispatching.Jeff Brown2010-06-211-71/+286
* Even more native input dispatch work in progress.Jeff Brown2010-06-171-10/+20
* More work in progress on native events.Jeff Brown2010-06-151-408/+508
* Native input dispatch rewrite work in progress.Jeff Brown2010-06-134-7/+757
* GPS: Support for GPS HAL managing its own schedulingMike Lockwood2010-04-141-7/+31
* Add wake lock utility functions for the GPS HAL.Mike Lockwood2010-04-141-1/+17
* Switch from hardware_legacy to new HAL GPS interface.Mike Lockwood2010-04-051-4/+22
* Move files internal to LocationManagerService from framework.jar to services.jarMike Lockwood2010-04-043-0/+534
* Fix alarms with negative or very large wakup times.Jeff Brown2010-03-311-9/+5
* less log spewJoe Onorato2010-01-081-1/+0
* LightsService cleanup:Mike Lockwood2009-11-271-0/+6
* Remove HardwareService and move vibrator support to VibratorService.Mike Lockwood2009-11-254-40/+81
* Add support for specifying the current LCD brightness mode to the backlight d...Mike Lockwood2009-11-101-2/+3
* Remove obsolete hardware auto-brightness support.Mike Lockwood2009-11-031-13/+0
* Fix issue #2149145: Safe Mode does not work on Sholes deviceDianne Hackborn2009-09-281-4/+4
* Add automatic lighting control frameworkDan Murphy2009-09-151-0/+13
* SensorService: call close_data_source when we have no more sensor clients.Mike Lockwood2009-08-301-0/+10
* BatteryService: Add support for new standard battery voltage and temperature ...Mike Lockwood2009-08-171-20/+88
* BatteryService: Remove hard coded power supply names.Mike Lockwood2009-08-171-18/+69
* merge from open-source masterJean-Baptiste Queru2009-08-041-1/+1
|\
| * fix method table wrong in com_android_server_HardwareService.cppKenny2009-08-051-1/+1
| * donut snapshotJean-Baptiste Queru2009-07-211-17/+60
| * donut snapshotJean-Baptiste Queru2009-05-201-0/+3
* | EventHub: Add support for excluding devices from being opened by as a keyboard.Mike Lockwood2009-07-161-0/+19
* | Implement virtual button support.Dianne Hackborn2009-07-141-0/+19
* | am 270e87f7: Sensors: Use a native_handle for the data channel instead of a s...Mike Lockwood2009-05-231-17/+60
|\ \
| * | Sensors: Use a native_handle for the data channel instead of a single file de...Mike Lockwood2009-05-231-17/+60
* | | checkpoint: split libutils into libutils + libbinderMathias Agopian2009-05-202-4/+4
|/ /
* | If no battery stats are found, return status_unknownRebecca Schultz Zavin2009-05-051-0/+3
|/
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-182-5/+99
* auto import from //branches/cupcake/...@137197The Android Open Source Project2009-03-098-0/+1039