summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Fix individual pointer id up/down reporting.Jeff Brown2010-07-161-9/+10
|/
* Fix bug with phantom input windows.Jeff Brown2010-07-161-7/+29
* Implement native key pre-dispatching to IMEs.Dianne Hackborn2010-07-151-0/+17
* Add support for new input sources.Jeff Brown2010-07-157-140/+240
* StrictMode: gather and return violating stacks in Binder repliesBrad Fitzpatrick2010-07-151-1/+12
* More StrictMode work, keeping Binder & BlockGuard's thread-locals in-sync.Brad Fitzpatrick2010-07-152-4/+13
* Don't build framework tests for simulator target.Jeff Brown2010-07-142-0/+10
* move native services under services/Mathias Agopian2010-07-1460-24657/+0
* Merge "first step at implementing the native sensor support" into gingerbreadMathias Agopian2010-07-147-0/+656
|\
| * first step at implementing the native sensor supportMathias Agopian2010-07-137-0/+656
* | Remove the YV16 format for simplicity's sake.Mathias Agopian2010-07-142-3/+0
* | IME events are now dispatched to native applications.Dianne Hackborn2010-07-131-19/+0
* | Add initial gamepad support.Jeff Brown2010-07-138-786/+894
* | Add Parcel::readExceptionCode() and Parcel::writeNoException()Brad Fitzpatrick2010-07-133-6/+15
* | Modifications in audio effect engine state management.Eric Laurent2010-07-132-40/+71
|/
* Merge changes I2337051b,I19b426cb into gingerbreadKenny Root2010-07-122-17/+36
|\
| * Tweak ObbFile classKenny Root2010-07-122-17/+36