Go to file
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
build Add Dalvik heap definition for 7" xhdpi devices. 2013-05-06 15:06:20 -07:00
cmds ServiceManager: Fix the binder interface 2014-01-31 10:49:34 +00:00
data/etc Adding PackageManager feature strings for stepcounter and stepdetector. 2013-10-13 14:53:45 -07:00
include Binder: Make binder portable 2014-01-31 10:49:40 +00:00
libs Binder: Make binder portable 2014-01-31 10:49:40 +00:00
opengl Make libEGL build cleanly under 64-bit 2014-01-27 18:16:50 -08:00
services SurfaceFlinger: mFbProducerSlot initailization 2014-01-28 09:33:33 -08:00
MODULE_LICENSE_APACHE2
NOTICE