replicant-frameworks_native/libs
Christopher Tate 9855a0575e Calculate bitmask array sizes correctly in the EventHub
We've gotten lucky to date:  the previous calculation of bitmask array
sizes, (maxval+1)/8 only works properly when 'maxval' is one less than
a multiple of 8.  Fortunately, this has either been the case for us,
or there has been sufficient 'unused' space at the end of the defined
max value range that we haven't wound up overreading/overwriting the
allocated buffers.

Change-Id: I563a93a86644ab9f19489565e06c28e06bb53abc
2010-03-04 16:32:32 -08:00
..
audioflinger Issue 2071329: audio track is shorter than video track for video capture on sholes 2010-03-02 08:20:13 -08:00
binder remove a dependency of GraphicBuffer (libui) on Parcel (libbinder). 2010-02-21 23:27:25 -08:00
surfaceflinger surfaceflinger: remove un-cached buffers hack for Adreno 2010-03-02 16:44:46 -08:00
surfaceflinger_client Added a name to Surface created by SurfaceFlinger 2010-03-01 18:34:50 -08:00
ui Calculate bitmask array sizes correctly in the EventHub 2010-03-04 16:32:32 -08:00
utils Fix some bugs. 2010-03-04 11:52:14 -08:00