Searched defs:LOG_TAG (Results 101 - 125 of 139) sorted by relevance

123456

/system/media/camera/tests/
H A Dcamera_metadata_tests.cpp18 #define LOG_TAG "camera_metadata_tests" macro
/system/netd/server/
H A DDnsProxyListener.cpp31 #define LOG_TAG "DnsProxyListener" macro
H A DNetdConstants.cpp26 #define LOG_TAG "Netd" macro
H A DNetlinkHandler.cpp23 #define LOG_TAG "Netd" macro
H A DTetherController.cpp30 #define LOG_TAG "TetherController" macro
H A DNetworkController.cpp42 #define LOG_TAG "Netd" macro
/system/vold/
H A DCommandListener.cpp28 #define LOG_TAG "VoldCmdListener" macro
H A DDirectVolume.cpp25 #define LOG_TAG "DirectVolume" macro
H A DVolume.cpp38 #define LOG_TAG "Vold" macro
/system/core/libnetutils/
H A Ddhcpclient.c34 #define LOG_TAG "DHCP" macro
H A Difc_utils.c43 #define LOG_TAG "NetUtils" macro
/system/core/libutils/
H A DLooper.cpp6 #define LOG_TAG "Looper" macro
H A DThreads.cpp18 #define LOG_TAG "libutils.threads" macro
H A DRefBase.cpp17 #define LOG_TAG "RefBase" macro
116 refs->stack.log(LOG_TAG);
130 refs->stack.log(LOG_TAG);
137 CallStack stack(LOG_TAG);
273 CallStack stack(LOG_TAG);
/system/media/audio_route/
H A Daudio_route.c18 #define LOG_TAG "audio_route" macro
/system/media/audio_utils/
H A Decho_reference.c18 #define LOG_TAG "echo_reference" macro
/system/security/keystore/
H A DIKeystoreService.cpp21 #define LOG_TAG "KeystoreService" macro
/system/security/softkeymaster/
H A Dkeymaster_openssl.cpp36 #define LOG_TAG "OpenSSLKeyMaster" macro
/system/core/debuggerd/
H A Dtombstone.cpp17 #define LOG_TAG "DEBUG" macro
/system/core/include/log/
H A Dlog.h66 #ifndef LOG_TAG
67 #define LOG_TAG NULL macro
73 * Simplified macro to send a verbose log message using the current LOG_TAG.
76 #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/libpixelflinger/codeflinger/
H A DARMAssembler.cpp18 #define LOG_TAG "ARMAssembler" macro
/system/core/libpixelflinger/codeflinger/tinyutils/
H A DVectorImpl.cpp17 #define LOG_TAG "Vector" macro
/system/core/libsysutils/src/
H A DNetlinkEvent.cpp19 #define LOG_TAG "NetlinkEvent" macro
/system/core/libusbhost/
H A Dusbhost.c21 #define LOG_TAG "usbhost" macro
/system/extras/f2fs_utils/
H A Df2fs_sparseblock.c3 #define LOG_TAG "f2fs_sparseblock" macro

Completed in 346 milliseconds

123456