replicant-frameworks_native/libs/binder
Mathias Agopian e142428a9c Make Flattenable not virtual
Fallout from the Flattenable change, update all its uses.

Additionnaly, fix/tighten size checks when (un)flatten()ing
things.

Removed the assumption by some flattenables (e.g.: Fence)
that the size passed to them would be exact (it can
and will be larger in some cases)

The code in Parcel is a bit complicated so that we don't
have to expose the full implementation (and also to
keep the code smallish).

Change-Id: I0bf1c8aca2a3128491b4f45510bc46667e566dde
2013-07-30 21:19:13 -07:00
..
Android.mk libbinder: add libutils dependency 2013-07-23 13:43:00 -07:00
AppOpsManager.cpp Fix AppOsManager missing mutex unlock. 2013-07-22 17:13:12 -07:00
Binder.cpp Add callback hack to find out when to reload system properties. 2012-05-09 14:53:26 -07:00
BpBinder.cpp Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE 2012-01-08 13:19:13 +00:00
BufferedTextOutput.cpp libutils clean-up 2013-05-07 18:28:11 -07:00
Debug.cpp libutils clean-up 2013-05-07 18:28:11 -07:00
IAppOpsCallback.cpp App ops: new native access API. 2013-02-12 15:13:37 -08:00
IAppOpsService.cpp Follow framework change to track started ops by proc. 2013-07-17 17:26:15 -07:00
IInterface.cpp some work to try to reduce the code size of some native libraries 2009-05-26 16:12:20 -07:00
IMemory.cpp improved CallStack a bit 2013-03-21 17:12:40 -07:00
IPCThreadState.cpp Make getCallingUid/Pid const. 2013-07-15 15:08:39 -07:00
IPermissionController.cpp Add Parcel::readExceptionCode() and Parcel::writeNoException() 2010-07-13 15:45:18 -07:00
IServiceManager.cpp defaultServiceManager wait for service manager ready 2013-07-24 16:18:12 -07:00
MemoryBase.cpp Revert "Second try at adding a compatibility symbol for the MemoryBase constructor." 2013-07-09 22:15:42 +00:00
MemoryDealer.cpp Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE 2012-01-08 13:19:13 +00:00
MemoryHeapBase.cpp Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE 2012-01-08 13:19:13 +00:00
Parcel.cpp Make Flattenable not virtual 2013-07-30 21:19:13 -07:00
PermissionCache.cpp Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE 2012-01-03 22:38:27 +00:00
ProcessState.cpp defaultServiceManager wait for service manager ready 2013-07-24 16:18:12 -07:00
Static.cpp libutils clean-up 2013-05-07 18:28:11 -07:00
TextOutput.cpp Bring back overloading to print String8/16. 2013-05-30 14:04:28 -07:00