Searched refs:LOG_TAG (Results 1 - 25 of 101) sorted by path

12345

/system/bluetooth/bluedroid/
H A Dbluetooth.c17 #define LOG_TAG "bluedroid" macro
/system/bluetooth/brcm_patchram_plus/
H A Dbrcm_patchram_plus.c130 #define LOG_TAG "brcm_patchram_plus" macro
/system/core/include/cutils/
H A Dlog.h67 #ifndef LOG_TAG
68 #define LOG_TAG NULL macro
74 * Simplified macro to send a verbose log message using the current LOG_TAG.
80 #define ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__))
92 ? ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__)) \
98 * Simplified macro to send a debug log message using the current LOG_TAG.
101 #define ALOGD(...) ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__))
107 ? ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__)) \
112 * Simplified macro to send an info log message using the current LOG_TAG.
115 #define ALOGI(...) ((void)ALOG(LOG_INFO, LOG_TAG, __VA_ARGS_
[all...]
/system/core/libcorkscrew/arch-arm/
H A Dbacktrace-arm.c48 #define LOG_TAG "Corkscrew" macro
H A Dptrace-arm.c17 #define LOG_TAG "Corkscrew" macro
/system/core/libcorkscrew/arch-mips/
H A Dbacktrace-mips.c21 #define LOG_TAG "Corkscrew" macro
H A Dptrace-mips.c17 #define LOG_TAG "Corkscrew" macro
/system/core/libcorkscrew/arch-x86/
H A Dbacktrace-x86.c21 #define LOG_TAG "Corkscrew" macro
H A Dptrace-x86.c17 #define LOG_TAG "Corkscrew" macro
/system/core/libcorkscrew/
H A Dbacktrace-helper.c17 #define LOG_TAG "Corkscrew" macro
H A Dbacktrace.c17 #define LOG_TAG "Corkscrew" macro
H A Ddemangle.c17 #define LOG_TAG "Corkscrew" macro
H A Dmap_info.c17 #define LOG_TAG "Corkscrew" macro
H A Dptrace.c17 #define LOG_TAG "Corkscrew" macro
H A Dsymbol_table.c17 #define LOG_TAG "Corkscrew" macro
/system/core/libcutils/
H A Dbuffer.c17 #define LOG_TAG "buffer" macro
H A Dfs.c17 #define LOG_TAG "cutils" macro
H A Dloghack.h29 ((void)printf("cutils:" level "/" LOG_TAG ": " __VA_ARGS__))
H A Dmq.c17 #define LOG_TAG "mq" macro
H A Dnative_handle.c17 #define LOG_TAG "NativeHandle" macro
H A Dproperties.c17 #define LOG_TAG "properties" macro
H A Dqtaguid.c20 #define LOG_TAG "qtaguid" macro
H A Dsched_policy.c19 #define LOG_TAG "SchedPolicy" macro
H A Dselector.c17 #define LOG_TAG "selector" macro
H A Dstr_parms.c17 #define LOG_TAG "str_params" macro

Completed in 84 milliseconds

12345