summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* turn off the electron beamMathias Agopian2010-10-121-1/+4
* Merge "OBB: rearrange to be entirely asynchronous" into gingerbreadKenny Root2010-10-112-3/+3
|\
| * OBB: rearrange to be entirely asynchronousKenny Root2010-10-112-3/+3
* | Fix an event injection bug when the policy is bypassed.Jeff Brown2010-10-112-3/+6
|/
* Added more robust tracking and cancelation of events.Jeff Brown2010-10-103-70/+74
* Merge "Disable 10secs forward/backward seeking for rtsp as seek is a very exp...Andreas Huber2010-10-082-3/+5
|\
| * Disable 10secs forward/backward seeking for rtsp as seek is a very expensive ...Andreas Huber2010-10-082-3/+5
* | Added getter for session Id to AudioSinkEric Laurent2010-10-071-0/+1
|/
* Merge "Switch Looper back to using poll() instead of epoll()." into gingerbreadJeff Brown2010-10-071-3/+59
|\
| * Switch Looper back to using poll() instead of epoll().Jeff Brown2010-10-071-3/+59
* | Work to support switching transport streams mid-stream and signalling discont...Andreas Huber2010-10-072-2/+4
* | On this particular device the hardware video decoder spits out buffers that d...Andreas Huber2010-10-072-1/+5
|/
* Make sure to call AudioTrack::stop() instead of AudioTrack::pause() after sub...Andreas Huber2010-10-051-3/+3
* Make secure views tolerate IME overlays.Jeff Brown2010-10-051-2/+9
* fix [2835280] Add support for cancelling buffers to ANativeWindowMathias Agopian2010-10-043-5/+19
* Merge "refactored screenshot code" into gingerbreadMathias Agopian2010-10-042-1/+32
|\
| * refactored screenshot codeMathias Agopian2010-10-042-1/+32
* | Merge "Fixed an issue where the reserved free space in the file writer was la...James Dong2010-10-041-0/+1
|\ \
| * | Fixed an issue where the reserved free space in the file writer was larger th...James Dong2010-10-041-0/+1
| |/
* | Use pread() in ZipFileRO for LinuxKenny Root2010-10-041-7/+17
|/
* Merge "ZipFileRO: moar logging and wrap close" into gingerbreadKenny Root2010-10-041-9/+2
|\
| * ZipFileRO: moar logging and wrap closeKenny Root2010-10-011-9/+2
* | Wait for initial device scan to finish before updating config.Jeff Brown2010-10-012-8/+14
* | Minor logging changes to input dispatcher to help with debugging.Jeff Brown2010-10-011-2/+6
|/
* Support haptic feedback for virtual keys defined in key layout.Jeff Brown2010-10-013-5/+5
* Issue 3032913: improve AudioTrack recovery timeEric Laurent2010-09-301-2/+5
* Move verbose logging of device capabilities to dumpsys.Jeff Brown2010-09-301-7/+10
* Update OBB API to include callbacksKenny Root2010-09-281-1/+2
* Merge "Instead of constantly polling the AudioPlayer to see if it reached EOS...Andreas Huber2010-09-281-1/+5
|\
| * Instead of constantly polling the AudioPlayer to see if it reached EOS or fin...Andreas Huber2010-09-281-1/+5
* | Merge "Vorbis files may have more samples encoded that should be used, i.e. w...Andreas Huber2010-09-281-0/+2
|\ \ | |/
| * Vorbis files may have more samples encoded that should be used, i.e. we have ...Andreas Huber2010-09-281-0/+2
* | Merge "Squashed commit of the following:" into gingerbreadAndreas Huber2010-09-281-0/+72
|\ \ | |/ |/|
| * Squashed commit of the following:Andreas Huber2010-09-271-0/+72
* | Merge "Add suuport for splitting touch events across windows." into gingerbreadJeff Brown2010-09-274-50/+87
|\ \ | |/ |/|
| * Add suuport for splitting touch events across windows.Jeff Brown2010-09-264-50/+87
* | Merge changes I1f7c4535,I741c68a2 into gingerbreadMathias Agopian2010-09-241-1/+9
|\ \
| * | add support for [1974164] Be able to take a screen shot on the deviceMathias Agopian2010-09-241-1/+9
| |/
* | Add locking around ZIP seekingKenny Root2010-09-241-2/+6
|/
* Merge "Looper: use pthread_once for TLS key initialization." into gingerbreadJeff Brown2010-09-211-0/+1
|\
| * Looper: use pthread_once for TLS key initialization.Jeff Brown2010-09-211-0/+1
* | Remove stagefright foundation's incompatible logging interface and update cal...Andreas Huber2010-09-211-37/+12
|/
* Rename FOCUS_MODE_CONTINUOUS to FOCUS_MODE_CONTINUOUS_VIDEO.Wu-cheng Li2010-09-211-6/+8
* Looper: Drop default parameters in favor of a safer overload.Jeff Brown2010-09-161-6/+9
* Fix app switch latency optimization.Jeff Brown2010-09-161-6/+6
* Merge "Input API review." into gingerbreadJeff Brown2010-09-161-2/+2
|\
| * Input API review.Jeff Brown2010-09-141-2/+2
* | Make input dispatcher only ANR for foreground windows.Jeff Brown2010-09-151-89/+32
* | fix a typo where the eventtags code were wrongMathias Agopian2010-09-151-16/+16
|/
* Merge "Replace epoll() with poll() and rename PollLoop to Looper." into ginge...Jeff Brown2010-09-146-229/+220
|\