android_system_core/include
Chih-Hung Hsieh ba8cdf99a4 Add required casts for clang/llvm -Wc++11-narrowing
system/core/include/utils/Mutex.h:134:25: error: non-constant-expression
cannot be narrowed from type 'long long' to '__kernel_time_t' (aka
'long') in initializer list [-Wc++11-narrowing]

system/core/include/utils/Mutex.h:135:26: error: non-constant-expression
cannot be narrowed from type 'long long' to 'long' in initializer list
[-Wc++11-narrowing]

Change-Id: Icb9df26aeb01617da5ab1c36987289f7c2b11954
2015-01-12 16:53:52 -08:00
..
android log: Fix warning with __USE_MINGW_ANSI_STDIO 2014-06-12 13:19:51 -07:00
backtrace Allow getting an uncached process map. 2014-08-04 19:21:23 -07:00
ctest
cutils Remove HAVE_LIBC_SYSTEM_PROPERTIES and HAVE_SYSTEM_PROPERTY_SERVER. 2015-01-12 13:56:34 -08:00
diskconfig
log liblog: Add log_time += operator 2015-01-05 16:27:54 +00:00
memtrack Moves libmemtrack header to standard location 2013-09-23 18:42:41 -07:00
mincrypt Add support for ECDSA P-256 with SHA256 2013-10-09 17:04:50 -07:00
nativebridge Handle code_cache dir creation in libnativebridge 2014-10-27 15:03:13 +00:00
netutils Support resetting connections tied to any nonexistent address. 2014-09-08 23:35:52 -07:00
pixelflinger
private Remove long-dead readtty. 2014-11-24 12:01:21 -08:00
system audio: add HW hotword capture flag 2014-09-19 17:45:18 -07:00
sysutils Support parsing netlink route messages. 2014-06-21 10:55:07 +09:00
usbhost libusbhost: Add usb_device_set_configuration and usb_device_set_interface 2014-01-13 09:54:13 -08:00
utils Add required casts for clang/llvm -Wc++11-narrowing 2015-01-12 16:53:52 -08:00
ziparchive Replace char* with ZipEntryName in ziparchive API. 2014-08-15 12:39:45 +01:00
zipfile