replicant-frameworks_native/include/ui
Mathias Agopian 8683fca395 improve [un]marshalling of non-binder objects
this change introduces a new class LightFlattenable<> which is
a protocol to flatten simple objects that don't require
binders or file descriptors; the benefit of this protocol is that
it doesn't require the objects to have a virtual table and give us
a consitant way of doing this.

we also introduce an implementation of this protocol for
POD structures, LightFlattenablePod<>.

Parcel has been update to handle this protocol automatically.

Sensor, Rect, Point and Region now use this new protocol.

Change-Id: Icb3ce7fa1d785249eb666f39c2129f2fc143ea4a
2012-08-13 02:46:05 -07:00
..
ANativeObjectBase.h remove dependency on android_native{s_priv|buffer}.h 2012-02-24 18:26:01 -08:00
DisplayInfo.h get rid of the shared-memory control block 2012-07-25 21:13:10 -07:00
Fence.h Pass fences with buffers from SurfaceTextureClient 2012-06-30 21:38:51 -07:00
FramebufferNativeWindow.h Merge remote-tracking branch 'goog/jb-dev-mako' into jb-mr1-dev 2012-07-28 09:55:54 -07:00
GraphicBuffer.h remove dependency on android_native{s_priv|buffer}.h 2012-02-24 18:26:01 -08:00
GraphicBufferAllocator.h
GraphicBufferMapper.h
PixelFormat.h
Point.h improve [un]marshalling of non-binder objects 2012-08-13 02:46:05 -07:00
Rect.h improve [un]marshalling of non-binder objects 2012-08-13 02:46:05 -07:00
Region.h improve [un]marshalling of non-binder objects 2012-08-13 02:46:05 -07:00