replicant-frameworks_native/libs/ui
Mathias Agopian 83c0446f27 some work to try to reduce the code size of some native libraries
- make sure that all binder Bn classes define a ctor and dtor in their respective library.
  This avoids duplication of the ctor/dtor in libraries where these objects are instantiated.
  This is also cleaner, should we want these ctor/dtor to do something one day.

- same change as above for some Bp classes and various other non-binder classes

- moved the definition of CHECK_INTERFACE() in IInterface.h instead of having it everywhere.

- improved the CHECK_INTERFACE() macro so it calls a single method in Parcel, instead of inlining its code everywhere

- IBinder::getInterfaceDescriptor() now returns a "const String16&" instead of String16, which saves calls to String16 and ~String16

- implemented a cache for BpBinder::getInterfaceDescriptor(), since this does an IPC. HOWEVER, this method never seems to be called.
  The cache makes BpBinder bigger, so we need to figure out if we need this method at all.
2009-05-26 16:12:20 -07:00
..
Android.mk checkpoint: split libutils into libutils + libbinder 2009-05-20 12:55:02 -07:00
Camera.cpp move libbinder's header files under includes/binder 2009-05-20 12:55:03 -07:00
CameraParameters.cpp
EGLDisplaySurface.cpp
EGLNativeWindowSurface.cpp
EventHub.cpp move libbinder's header files under includes/binder 2009-05-20 12:55:03 -07:00
EventRecurrence.cpp
ICamera.cpp some work to try to reduce the code size of some native libraries 2009-05-26 16:12:20 -07:00
ICameraClient.cpp some work to try to reduce the code size of some native libraries 2009-05-26 16:12:20 -07:00
ICameraService.cpp some work to try to reduce the code size of some native libraries 2009-05-26 16:12:20 -07:00
IOverlay.cpp some work to try to reduce the code size of some native libraries 2009-05-26 16:12:20 -07:00
ISurface.cpp some work to try to reduce the code size of some native libraries 2009-05-26 16:12:20 -07:00
ISurfaceComposer.cpp some work to try to reduce the code size of some native libraries 2009-05-26 16:12:20 -07:00
ISurfaceFlingerClient.cpp some work to try to reduce the code size of some native libraries 2009-05-26 16:12:20 -07:00
KeyCharacterMap.cpp
KeyLayoutMap.cpp
KeyLayoutMap.h
LayerState.cpp move libbinder's header files under includes/binder 2009-05-20 12:55:03 -07:00
MODULE_LICENSE_APACHE2
NOTICE
Overlay.cpp change 2115 wasn't merged properly into master. this fixes that. 2009-05-21 16:29:38 -07:00
PixelFormat.cpp
Point.cpp
Rect.cpp
Region.cpp
Surface.cpp move libbinder's header files under includes/binder 2009-05-20 12:55:03 -07:00
SurfaceComposerClient.cpp move libbinder's header files under includes/binder 2009-05-20 12:55:03 -07:00
SurfaceFlingerSynchro.cpp move libbinder's header files under includes/binder 2009-05-20 12:55:03 -07:00
Time.cpp