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
Binder.cpp Add callback hack to find out when to reload system properties. 2012-05-09 14:53:26 -07:00
BpBinder.cpp
IInterface.cpp
IMemory.cpp
IPCThreadState.cpp Scheduling group cleanup 2012-04-19 11:32:59 -07:00
IPermissionController.cpp
IServiceManager.cpp
MemoryBase.cpp
MemoryDealer.cpp
MemoryHeapBase.cpp
Parcel.cpp Aligning native Parcel implementation to Java. 2012-06-08 08:29:01 -07:00
PermissionCache.cpp
ProcessState.cpp
Static.cpp