android_system_core/libcutils
Colin Cross 9993e799f1 Hide warning in cutils/trace.h
system/core/include is included in the global include path using
-isystem, which hides all warnings.  cutils/trace.h has an ignored
return value warning, move the implementation to trace-dev.c so it
doesn't cause warnings in every module that includes it in preparation
for moving from -isystem to -I.

Test: m -j native
Bug: 31492149
Change-Id: If8b3fe13059c9e59c2d5208294d427d84fa6e588
2016-09-21 17:45:31 -07:00
..
arch-arm
arch-arm64
arch-mips
arch-x86
arch-x86_64
tests libcutils: add sched_policy test 2016-08-03 23:31:50 +00:00
Android.bp Remove process_name.c 2016-08-18 23:54:46 +00:00
MODULE_LICENSE_APACHE2
NOTICE
android_reboot.c
ashmem-dev.c libcutils: Add ashmem_valid() function 2016-08-23 15:29:28 -07:00
ashmem-host.c Don't expose ashmem constants on the host. 2016-05-13 14:47:30 -07:00
canned_fs_config.c libcutils: canned_fs_config.c drop tabs 2016-07-06 10:45:11 -07:00
config_utils.c
debugger.c
dlmalloc_stubs.c
fs.c Add utility to prepare files in a similar way to directories 2016-05-24 18:19:12 +01:00
fs_config.c Tag hostapd binary with CAP_NET_ADMIN | CAP_NET_RAW 2016-09-07 13:30:23 -07:00
hashmap.c
iosched_policy.c Add ioprio values directly. 2016-07-18 17:01:05 -07:00
klog.cpp Fix early init logging. 2016-07-26 09:32:33 -07:00
load_file.c
multiuser.c Create profiles folders 2016-02-19 13:42:37 +00:00
native_handle.c
open_memstream.c
partition_utils.c
properties.c
qtaguid.c Merge "Turn off duplicate log" into nyc-dev 2016-03-24 23:34:07 +00:00
record_stream.c
sched_policy.c Fix access check 2016-08-26 14:05:03 -07:00
socket_inaddr_any_server_unix.c libcutils: share Windows networking code. 2016-01-15 15:57:35 -08:00
socket_inaddr_any_server_windows.c libcutils: share Windows networking code. 2016-01-15 15:57:35 -08:00
socket_local_client_unix.c libcutils: share Windows networking code. 2016-01-15 15:57:35 -08:00
socket_local_server_unix.c libcutils: share Windows networking code. 2016-01-15 15:57:35 -08:00
socket_local_unix.h libcutils: share Windows networking code. 2016-01-15 15:57:35 -08:00
socket_loopback_client_unix.c libcutils: share Windows networking code. 2016-01-15 15:57:35 -08:00
socket_loopback_server_unix.c libcutils: share Windows networking code. 2016-01-15 15:57:35 -08:00
socket_network_client_unix.c libcutils: try all addresses in socket_network_client_timeout. 2016-09-01 15:56:58 -07:00
socket_network_client_windows.c libcutils: share Windows networking code. 2016-01-15 15:57:35 -08:00
sockets.cpp libcutils: add socket_get_local_port(). 2016-02-02 09:52:02 -08:00
sockets_unix.cpp libcutils/fastboot: improve multi-buffer write. 2016-02-03 10:01:38 -08:00
sockets_windows.cpp libcutils/fastboot: improve multi-buffer write. 2016-02-03 10:01:38 -08:00
str_parms.c Suppress false positive memory leak warnings. 2016-02-04 16:38:04 -08:00
strdup8to16.c Fix misc-macro-parentheses warnings in init and other core modules. 2016-05-18 18:11:49 -07:00
strdup16to8.c
strlcpy.c
threads.c
trace-dev.c Hide warning in cutils/trace.h 2016-09-21 17:45:31 -07:00
trace-host.c Hide warning in cutils/trace.h 2016-09-21 17:45:31 -07:00
uevent.c