replicant-frameworks_native/libs/ui
Colin Cross 288f2ef629 libui: fix passing Fence object over binder
The Fence object was writing a size_t into the binder buffer
in flatten, which changes size if the producer and consumer
are running in a 32-bit and a 64-bit process.  Use a uint32_t
instead.

Change-Id: Ifed526513800ce27f9d605101cddd922292cca37
2014-04-14 19:06:47 -07:00
..
tests
Android.mk
Fence.cpp libui: fix passing Fence object over binder 2014-04-14 19:06:47 -07:00
FramebufferNativeWindow.cpp native frameworks: 64-bit compile issues 2014-03-12 13:12:44 -07:00
GraphicBuffer.cpp
GraphicBufferAllocator.cpp
GraphicBufferMapper.cpp
MODULE_LICENSE_APACHE2
NOTICE
PixelFormat.cpp
Rect.cpp
Region.cpp native frameworks: 64-bit compile issues 2014-03-12 13:12:44 -07:00
UiConfig.cpp