Go to file
Hans Boehm c0df68bb80 Work around C11 const atomic restrictions.
Cast away the const qualifier in BBinder::findObject.  C11, unlike C++11,
does not allow loads from const atomics.  This is widely regarded as
a bug (see WG14 DR 459).  This is a hack to work around it until it's
officially fixed in the spec.

load_const_atomic was adapted from commit
1e8587a479fd8b1ce9b594298a93f517816e8f15

I don't think we want to dignify this by putting it into a header file.

Bug:17067219
Change-Id: Icbfcbda2722e6f80d2bb065a0bb3ec7634bcacb2
2014-09-11 14:49:09 -07:00
build Add Dalvik heap definition for 7" xhdpi devices. 2013-05-06 15:06:20 -07:00
cmds Use time() instead of clock() for timeouts. 2014-09-09 13:36:52 -07:00
data/etc Adding PackageManager feature strings for stepcounter and stepdetector. 2013-10-13 14:53:45 -07:00
include Fix clang warnings about struct vs. class. 2014-09-09 15:22:48 -07:00
libs Work around C11 const atomic restrictions. 2014-09-11 14:49:09 -07:00
opengl GlES2: Add NULL check 2014-08-06 21:53:35 +05:30
services Merge "Silence warnings about unused parameters." 2014-09-11 02:32:24 +00:00
MODULE_LICENSE_APACHE2
NOTICE