Searched defs:LOG_TAG (Results 76 - 100 of 100) sorted by relevance

1234

/system/netd/
H A DDnsProxyListener.cpp29 #define LOG_TAG "DnsProxyListener" macro
H A DTetherController.cpp30 #define LOG_TAG "TetherController" macro
H A DCommandListener.cpp30 #define LOG_TAG "CommandListener" macro
H A DMDnsSdListener.cpp30 #define LOG_TAG "MDnsDS" macro
H A DBandwidthController.cpp40 #define LOG_TAG "BandwidthController" macro
/system/security/keystore-engine/
H A Deng_keystore.cpp40 #define LOG_TAG "OpenSSL-keystore" macro
/system/security/softkeymaster/
H A Dkeymaster_openssl.cpp36 #define LOG_TAG "OpenSSLKeyMaster" macro
/system/vold/
H A DCommandListener.cpp27 #define LOG_TAG "VoldCmdListener" macro
H A DDirectVolume.cpp24 #define LOG_TAG "DirectVolume" macro
H A DVolume.cpp39 #define LOG_TAG "Vold" macro
H A DVolumeManager.cpp31 #define LOG_TAG "Vold" macro
H A Dcryptfs.c43 #define LOG_TAG "Cryptfs" 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/libnetutils/
H A Ddhcpclient.c34 #define LOG_TAG "DHCP" macro
H A Difc_utils.c43 #define LOG_TAG "NetUtils" macro
/system/media/audio_utils/
H A Decho_reference.c18 #define LOG_TAG "echo_reference" macro
/system/bluetooth/brcm_patchram_plus/
H A Dbrcm_patchram_plus.c130 #define LOG_TAG "brcm_patchram_plus" macro
/system/core/libcorkscrew/arch-arm/
H A Dbacktrace-arm.c48 #define LOG_TAG "Corkscrew" macro
/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.cpp18 #define LOG_TAG "ARMAssembler" macro
H A DGGLAssembler.cpp18 #define LOG_TAG "GGLAssembler" macro
H A DMIPSAssembler.cpp51 #define LOG_TAG "MIPSAssembler" macro
/system/core/libusbhost/
H A Dusbhost.c21 #define LOG_TAG "usbhost" macro
/system/core/libcutils/
H A Dmq.c17 #define LOG_TAG "mq" macro
/system/core/libpixelflinger/
H A Dscanline.cpp19 #define LOG_TAG "pixelflinger" macro
/system/security/keystore/
H A Dkeystore.cpp46 #define LOG_TAG "keystore" macro

Completed in 121 milliseconds

1234