summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* am 827d069a: Merge "SurfaceTexture: free buffers when disconnect fails" into ...Jamie Gennis2011-10-191-1/+1
|\
| * SurfaceTexture: free buffers when disconnect failsJamie Gennis2011-10-181-1/+1
* | am 9a0732af: Merge "SensorManager reconnects to sensor service when the later...Mathias Agopian2011-10-171-30/+79
|\ \ | |/
| * Merge "SensorManager reconnects to sensor service when the later dies" into i...Mathias Agopian2011-10-171-30/+79
| |\
| | * SensorManager reconnects to sensor service when the later diesMathias Agopian2011-10-161-30/+79
* | | am 3a735078: Merge "SurfaceTexture: report binder transaction failures" into ...Jamie Gennis2011-10-171-23/+56
|\ \ \ | |/ /
| * | Merge "SurfaceTexture: report binder transaction failures" into ics-mr0Jamie Gennis2011-10-171-23/+56
| |\ \ | | |/ | |/|
| | * SurfaceTexture: report binder transaction failuresJamie Gennis2011-10-141-23/+56
* | | am fefffc68: Merge "add logging and defensive code when initializing sensors"...Mathias Agopian2011-10-171-3/+17
|\ \ \ | |/ /
| * | add logging and defensive code when initializing sensorsMathias Agopian2011-10-161-3/+17
* | | Merge changes I4e5ff00c,Id5e3ca1d,I97cbba61Jamie Gennis2011-10-172-10/+29
|\ \ \
| * | | SurfaceFlinger: make sync transactions explicitJamie Gennis2011-10-142-10/+29
| |/ /
* | | Merge "Deprecate local-only CursorWindows."Jeff Brown2011-10-141-3/+1
|\ \ \ | |/ / |/| |
| * | Deprecate local-only CursorWindows.Jeff Brown2011-10-121-3/+1
| |/
* | Surface: fix a protected buffer testJamie Gennis2011-10-121-25/+2
|/
* Merge "SurfaceFlinger: update orientation via transactions" into ics-mr0Jamie Gennis2011-10-122-65/+29
|\
| * SurfaceFlinger: update orientation via transactionsJamie Gennis2011-10-112-65/+29
* | Use ashmem for CursorWindows.Jeff Brown2011-10-112-263/+239
|/
* Fix regression in CursorWindow.copyStingToBuffer.Jeff Brown2011-10-071-6/+7
* Clean up CursorWindow code.Jeff Brown2011-10-061-38/+3
* Fix handling of "allow fds" state.Dianne Hackborn2011-10-031-2/+9
* Transfer large bitmaps using ashmem.Jeff Brown2011-10-031-0/+108
* Add mechanism for Parcel to not allow FDs to be written to it.Dianne Hackborn2011-10-031-1/+18
* SurfaceTexture: parameterize the texture targetJamie Gennis2011-09-301-7/+8
* may fix the buildMathias Agopian2011-09-281-6/+2
* Merge changes Ib302d79e,Ib4ee085fJamie Gennis2011-09-271-60/+85
|\
| * SurfaceTexture: add name supportJamie Gennis2011-09-221-60/+85
* | Region cannot handle malformed Rects. Abort the Region op in that case.Mathias Agopian2011-09-261-0/+1
* | Revert "Transfer large bitmaps using ashmem. Bug: 5224703"Bart Sears2011-09-251-97/+0
* | Transfer large bitmaps using ashmem.Jeff Brown2011-09-231-0/+97
|/
* Make sure Region handles invalid rectanglesMathias Agopian2011-09-191-0/+5
* am 79aa4030: Merge "Can\'t stop the fling! Bug: 5335420" into ics-factoryromJeff Brown2011-09-161-0/+2
|\
| * Can't stop the fling!Jeff Brown2011-09-161-0/+2
* | Merge "cleanup: fix typos in logs"Mathias Agopian2011-09-161-1/+1
|\ \
| * | cleanup: fix typos in logsMathias Agopian2011-09-161-1/+1
| |/
* | Fix androidGetThreadPriority for non-pthread configurations.Andreas Huber2011-09-161-0/+4
* | A new API "androidGetThreadPriority"Andreas Huber2011-09-161-0/+4
|/
* Velocity Tracker II: The Revenge of Velocity TrackerJeff Brown2011-09-141-45/+280
* Tweak VelocityTracker.Jeff Brown2011-09-091-62/+30
* Resurrect verbose binder loggingAndy McFadden2011-09-072-37/+41
* Merge "SurfaceTexture: fix a test deadlock"Jamie Gennis2011-09-051-2/+4
|\
| * SurfaceTexture: fix a test deadlockJamie Gennis2011-08-301-2/+4
* | Error check in queuebuffer in SurfaceTextureClientPannag Sanketi2011-09-021-2/+5
* | Merge "Integreate surfacetexture test into our continuous test framework."Xia Wang2011-08-311-6/+4
|\ \
| * | Integreate surfacetexture test into our continuous test framework.Xia Wang2011-08-301-6/+4
| |/
* | fix Surface positions are not floatsMathias Agopian2011-08-301-3/+3
|/
* Merge "Add C++ thread API androidGetThreadSchedulingGroup"Glenn Kasten2011-08-291-0/+35
|\
| * Add C++ thread API androidGetThreadSchedulingGroupGlenn Kasten2011-07-081-0/+35
* | make sure to re-initialize SurfaceTexture to its default state on disconnectMathias Agopian2011-08-252-3/+13
* | Fix an issue where Surface::lock() would never update the output regionMathias Agopian2011-08-231-3/+8