replicant-frameworks_native/include/binder
Serban Constantinescu f683e0163a Binder: Make binder portable
Changes include
- Binder attempts to cast pointers to a int datatype
  which is not sufficient on a 64-bit platform.

- This patch introduces new read/write functions into
  Parcel that allow pointers to be written using the
  uintptr_t datatype for compile-time data type size
  selection.

-  Change access specifier for the methods above.

-  Binder uses the 64bit android_atomic_release_cas64
   (aka cmpxchg)

Change-Id: I595280541e0ba1d19c94b2ca2127bf9d96efabf1
Signed-off-by: Matthew Leach <matthew.leach@arm.com>
Signed-off-by: Serban Constantinescu <serban.constantinescu@arm.com>
2014-01-31 10:49:40 +00:00
..
AppOpsManager.h Fixes to native app ops services 2013-02-19 18:10:05 -08:00
Binder.h
BinderService.h make all libsurfaceflinger and libsensorservice symbols's visibility hidden 2013-05-09 16:51:37 -07:00
BpBinder.h
BufferedTextOutput.h libbinder: include sys/uio.h instead of cutils/uio.h 2013-07-23 14:52:34 -07:00
Debug.h libutils clean-up 2013-05-07 18:28:11 -07:00
IAppOpsCallback.h App ops: new native access API. 2013-02-12 15:13:37 -08:00
IAppOpsService.h Follow framework change to track started ops by proc. 2013-07-17 17:26:15 -07:00
IBinder.h Add callback hack to find out when to reload system properties. 2012-05-09 14:53:26 -07:00
IInterface.h
IMemory.h
IPCThreadState.h Make getCallingUid/Pid const. 2013-07-15 15:08:39 -07:00
IPermissionController.h
IServiceManager.h Some hardening of isolated processes by restricting access to services. 2012-02-09 18:06:01 -08:00
MemoryBase.h Revert "Add a compatibility symbol for the MemoryBase constructor." 2013-03-14 10:51:17 +00:00
MemoryDealer.h
MemoryHeapBase.h fix a crasher when running out of memory 2012-09-25 15:30:38 -07:00
Parcel.h Binder: Make binder portable 2014-01-31 10:49:40 +00:00
PermissionCache.h split-up Client.h out of SurfaceFlinger.h 2012-06-18 16:47:56 -07:00
ProcessState.h rename binder services main thread to Binder_* 2013-03-07 15:34:28 -08:00
TextOutput.h Bring back overloading to print String8/16. 2013-05-30 14:04:28 -07:00