summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* Update OBB API to include callbacksKenny Root2010-09-281-3/+3
* Fix bug in split touches.Jeff Brown2010-09-281-1/+2
* Fix pointer index when splitting secondary pointers.Jeff Brown2010-09-271-0/+8
* Merge "Add suuport for splitting touch events across windows." into gingerbreadJeff Brown2010-09-272-321/+563
|\
| * Add suuport for splitting touch events across windows.Jeff Brown2010-09-262-321/+563
* | Merge changes I1f7c4535,I741c68a2 into gingerbreadMathias Agopian2010-09-241-0/+28
|\ \
| * | add support for [1974164] Be able to take a screen shot on the deviceMathias Agopian2010-09-241-0/+28
| |/
* | Merge "Some debugging support." into gingerbreadDianne Hackborn2010-09-241-0/+14
|\ \
| * | Some debugging support.Dianne Hackborn2010-09-241-0/+14
| |/
* | Revert "Revert "Free created FileMap when uncompressing files""Kenny Root2010-09-241-5/+9
* | Add locking around ZIP seekingKenny Root2010-09-241-10/+17
|/
* Looper: use pthread_once for TLS key initialization.Jeff Brown2010-09-211-15/+14
* Rename FOCUS_MODE_CONTINUOUS to FOCUS_MODE_CONTINUOUS_VIDEO.Wu-cheng Li2010-09-211-1/+1
* Reduce lock thrashing in native Looper.Jeff Brown2010-09-171-32/+38
* Merge "Fix sim-eng build on Hardy" into gingerbreadBrian Carlstrom2010-09-161-0/+8
|\
| * Fix sim-eng build on HardyBrian Carlstrom2010-09-161-0/+8
* | Fix typo which causes sensors to fail miserablyMathias Agopian2010-09-161-1/+1
* | Merge "part of fix for [3004226] Cannot end the call - Proximity sensor doesn...Mathias Agopian2010-09-161-2/+16
|\ \
| * | part of fix for [3004226] Cannot end the call - Proximity sensor doesn't workMathias Agopian2010-09-161-2/+16
* | | Merge "Ensure input dispatcher and native looper handles EINTR." into gingerb...Jeff Brown2010-09-162-6/+19
|\ \ \ | |/ / |/| |
| * | Ensure input dispatcher and native looper handles EINTR.Jeff Brown2010-09-162-6/+19
| |/
* | Fix app switch latency optimization.Jeff Brown2010-09-161-48/+75
|/
* Merge "Input API review." into gingerbreadJeff Brown2010-09-161-3/+0
|\
| * Input API review.Jeff Brown2010-09-141-3/+0
* | Fix input dispatcher regression on launcher drag&drop.Jeff Brown2010-09-161-49/+30
* | Fix NPE when handling certain kinds of ANRs.Jeff Brown2010-09-161-4/+6
* | Make input dispatcher only ANR for foreground windows.Jeff Brown2010-09-151-393/+269
|/
* Merge "Replace epoll() with poll() and rename PollLoop to Looper." into ginge...Jeff Brown2010-09-148-781/+835
|\
| * Replace epoll() with poll() and rename PollLoop to Looper.Jeff Brown2010-09-148-781/+835
* | Add logging of various important graphics eventsMathias Agopian2010-09-134-4/+135
|/
* Input dispatcher ANR handling enhancements.Jeff Brown2010-09-124-502/+1881
* Always set the scheduling group when starting a new thread.Dianne Hackborn2010-09-091-16/+23
* Fix key repeat delay.Jeff Brown2010-09-081-4/+5
* Add support for secure views.Jeff Brown2010-09-085-30/+45
* Revert "Free created FileMap when uncompressing files"Kenny Root2010-09-071-9/+5
* Modify native ALooper to take an explicit ident.Dianne Hackborn2010-09-072-7/+14
* Hopefully fix the build.Dianne Hackborn2010-09-071-0/+2
* Add system property to turn off scheduling groups.Dianne Hackborn2010-09-071-8/+29
* Add better debug output for ResourceType errorsKenny Root2010-09-021-2/+2
* 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
* Remove camera metering mode API.Wu-cheng Li2010-08-301-7/+0
* 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
* Reorganize MountService IPCKenny Root2010-08-207-0/+873
* 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