replicant-frameworks_native/libs/ui
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
..
tests fix [2182249] [MR1] valgrind error in surface flinger 2009-10-15 18:08:15 -07:00
Android.mk split libsurfaceflinger_client and libcamera_client out of libui 2010-02-11 13:16:22 -08:00
EGLUtils.cpp
EventHub.cpp Calculate bitmask array sizes correctly in the EventHub 2010-03-04 16:32:32 -08:00
EventRecurrence.cpp
FramebufferNativeWindow.cpp split libsurfaceflinger_client and libcamera_client out of libui 2010-02-11 13:16:22 -08:00
GraphicBuffer.cpp remove a dependency of GraphicBuffer (libui) on Parcel (libbinder). 2010-02-21 23:27:25 -08:00
GraphicBufferAllocator.cpp fix [2168531] have software-only gralloc buffer side-step the HAL 2009-10-06 17:00:25 -07:00
GraphicBufferMapper.cpp fix [2168531] have software-only gralloc buffer side-step the HAL 2009-10-06 17:00:25 -07:00
IOverlay.cpp
KeyCharacterMap.cpp
KeyLayoutMap.cpp
KeyLayoutMap.h
MODULE_LICENSE_APACHE2
NOTICE
Overlay.cpp
PixelFormat.cpp fix a bug I introduced recently where YUV formats would crash the system 2010-02-16 20:43:39 -08:00
Rect.cpp
Region.cpp Remove a dependency of Region (libui) on Parcel (libbinder). 2010-02-17 20:26:47 -08:00