replicant-frameworks_native/libs/binder
Magnus Strandberg 1ba24574b2 Aligning native Parcel implementation to Java.
The Java implementation of writing the RPC response header
calculates the length of the header including the 4 bytes
specifying the header length but the native implementation
excludes the 4 bytes specifying the length from the header
length.
The native implementation has been aligned to the Java impl.

Change-Id: I325bf272a63152d8fded4cf4e51a906b5a9bfe19
2012-06-08 08:29:01 -07:00
..
Android.mk get rid of MemoryHeapPmem 2012-02-27 19:58:57 -08: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
IInterface.cpp
IMemory.cpp Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE 2012-01-08 13:19:13 +00:00
IPCThreadState.cpp Scheduling group cleanup 2012-04-19 11:32:59 -07:00
IPermissionController.cpp
IServiceManager.cpp Some hardening of isolated processes by restricting access to services. 2012-02-09 18:06:01 -08:00
MemoryBase.cpp
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 Aligning native Parcel implementation to Java. 2012-06-08 08:29:01 -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 add set thread count 2012-04-18 17:50:03 -07:00
Static.cpp