Searched refs:log (Results 51 - 75 of 114) sorted by relevance

12345

/system/netd/
H A DPppController.cpp33 #include <cutils/log.h>
H A DThrottleController.cpp32 #include <cutils/log.h>
H A DSecondaryTableController.cpp31 #include <cutils/log.h>
H A DSoftapController.cpp37 #include <cutils/log.h>
/system/security/keystore/
H A Dkeystore_client.cpp23 #include <cutils/log.h>
/system/vold/
H A DFat.cpp38 #include <cutils/log.h>
/system/core/libpixelflinger/
H A DAndroid.mk58 # the rest of the basic log stuff.
/system/core/toolbox/
H A DAndroid.mk38 log \
/system/core/libcorkscrew/arch-mips/
H A Dbacktrace-mips.c35 #include <cutils/log.h>
/system/core/libcorkscrew/arch-x86/
H A Dbacktrace-x86.c34 #include <cutils/log.h>
/system/core/libcorkscrew/
H A Dmap_info.c29 #include <cutils/log.h>
H A Dptrace.c26 #include <cutils/log.h>
H A Dsymbol_table.c29 #include <cutils/log.h>
/system/core/libcutils/
H A Dzygote.c21 #include <cutils/log.h>
H A Dsched_policy.c28 #include <cutils/log.h>
H A Dstr_parms.c28 #include <cutils/log.h>
/system/core/libpixelflinger/codeflinger/
H A DCodeCache.cpp28 #include <cutils/log.h>
/system/core/libsuspend/
H A Dautosuspend_earlysuspend.c28 #include <cutils/log.h>
H A Dautosuspend_wakeup_count.c28 #include <cutils/log.h>
/system/core/libsysutils/src/
H A DFrameworkListener.cpp22 #include <cutils/log.h>
H A DSocketClient.cpp10 #include <cutils/log.h>
/system/bluetooth/bluedroid/
H A Dbluetooth.c27 #include <cutils/log.h>
/system/core/debuggerd/
H A Dgetevent.c13 #include <cutils/log.h>
/system/core/libdiskconfig/
H A Dconfig_mbr.c24 #include <cutils/log.h>
/system/core/liblog/
H A Dlogd_write.c30 #include <cutils/log.h>
55 * the C code. Basically, if /dev/log/... is available, we're running in
143 !strncmp(tag, "RIL", 3) || /* Any log tag with "RIL" as the prefix */
144 !strncmp(tag, "IMS", 3) || /* Any log tag with "IMS" as the prefix */
172 !strncmp(tag, "RIL", 3) || /* Any log tag with "RIL" as the prefix */
173 !strncmp(tag, "IMS", 3) || /* Any log tag with "IMS" as the prefix */
236 /* Msg not provided, log condition. N.B. Do not use cond directly as
266 * handy if we just want to dump an integer into the log.

Completed in 3985 milliseconds

12345