summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* Remove incomplete input device enumeration NDK API.Jeff Brown2010-08-311-17/+0
* Don't propagate StrictMode over one-way Binder calls.Brad Fitzpatrick2010-08-312-6/+27
* Input device calibration and capabilities.Jeff Brown2010-08-303-250/+827
* Merge "Add debugging to ZipFileRO" into gingerbreadKenny Root2010-08-271-2/+2
|\
| * Add debugging to ZipFileROKenny Root2010-08-271-2/+2
* | fix a race in SF buffer managementMathias Agopian2010-08-261-12/+12
|/
* fix [2931513] Add support for setting the orientation of an ANativeWindowMathias Agopian2010-08-242-0/+68
* Merge "Free created FileMap when uncompressing files" into gingerbreadKenny Root2010-08-201-5/+9
|\
| * Free created FileMap when uncompressing filesKenny Root2010-08-191-5/+9
* | Merge "remove unused pixel format" into gingerbreadMathias Agopian2010-08-191-1/+0
|\ \
| * | remove unused pixel formatMathias Agopian2010-08-191-1/+0
* | | Merge "Make the throttling more sensitive to end-to-end latency." into ginger...Jeff Brown2010-08-191-1/+2
|\ \ \ | |_|/ |/| |
| * | Make the throttling more sensitive to end-to-end latency.Jeff Brown2010-08-191-1/+2
| |/
* | Merge "Add OBB flags to support overlays" into gingerbreadKenny Root2010-08-191-10/+22
|\ \ | |/ |/|
| * Add OBB flags to support overlaysKenny Root2010-08-181-10/+22
* | Add support for throttling motion events.Jeff Brown2010-08-181-5/+77
* | Only monitor recognized uevent devices.Sean McNeil2010-08-181-1/+8
* | Merge "Fix some input device mapping bugs with certain drivers." into gingerb...Jeff Brown2010-08-181-68/+92
|\ \
| * | Fix some input device mapping bugs with certain drivers.Jeff Brown2010-08-181-68/+92
| |/
* | Keep track of remaining fd when devices are removedJens Gulin2010-08-181-8/+7
|/
* Optimize EventHub reads.Jeff Brown2010-08-171-68/+88
* Fix possible race conditions during channel unregistration.Jeff Brown2010-08-171-12/+20
* Initial tool for OBB manipulationKenny Root2010-08-111-3/+39
* More native work.Dianne Hackborn2010-08-111-0/+6
* Fix safe mode and KeyEvent.getMaxKeyCode().Jeff Brown2010-08-101-0/+8
* Fix String8::operator+Kenny Root2010-08-062-2/+78
* Free scanBuf in ZipFileROKenny Root2010-08-041-6/+4
* Improve thread safety of input mappers.Jeff Brown2010-07-301-423/+496
* Added SensorManager.getMinDelay()Mathias Agopian2010-07-292-4/+12
* Merge "Attempt to fix the SDK build" into gingerbreadChristopher Tate2010-07-291-4/+4
|\
| * Attempt to fix the SDK buildChristopher Tate2010-07-291-4/+4
* | Fix touch input in landscape mode.Jeff Brown2010-07-291-4/+4
* | DO NOT MERGE: Fix input event injection ANRs on UI thread.Jeff Brown2010-07-292-31/+86
|/
* Merge "Change unistd.h to stddef.h to be correct" into gingerbreadChris Tate2010-07-281-1/+1
|\
| * Change unistd.h to stddef.h to be correctKenny Root2010-07-281-1/+1
* | Merge "Add unistd.h for size_t typedef to fix sim-eng" into gingerbreadKenny Root2010-07-281-0/+1
|\ \ | |/
| * Add unistd.h for size_t typedef to fix sim-engKenny Root2010-07-281-0/+1
* | Merge "fix [2873058] Surface::dequeueBuffer blocks on last buffer, i.e. canno...Mathias Agopian2010-07-281-30/+0
|\ \ | |/ |/|
| * fix [2873058] Surface::dequeueBuffer blocks on last buffer, i.e. cannot deque...Mathias Agopian2010-07-271-30/+0
* | Merge "Support streaming of compressed assets > 1 megabyte" into gingerbreadChristopher Tate2010-07-283-30/+271
|\ \
| * | Support streaming of compressed assets > 1 megabyteChristopher Tate2010-07-283-30/+271
* | | Refactor input reader to support new device types more easily.Jeff Brown2010-07-286-1754/+2243
|/ /
* | Replace several IPCThreadState::get() lookups with one.Brad Fitzpatrick2010-07-271-5/+5
|/
* Fix a memory corruption when writting Sensor into a parcelMathias Agopian2010-07-221-1/+1
* propagate sensor event rate properlyMathias Agopian2010-07-211-2/+6
* new SensorServiceMathias Agopian2010-07-195-12/+82
* Remove some debug logging that I accidentally committed.Jamie Gennis2010-07-191-3/+0
* Fix trackball down and movement bugs.Jeff Brown2010-07-162-1/+15
* Merge "Re-use existing Surface objects when reading them from parcels." into ...Jamie Gennis2010-07-161-7/+28
|\
| * Re-use existing Surface objects when reading them from parcels.Jamie Gennis2010-07-161-7/+28