Searched refs:LOG_TAG (Results 1 - 25 of 101) sorted by last modified time

12345

/system/security/keystore/
H A Dkeystore.cpp46 #define LOG_TAG "keystore" macro
H A Dkeystore_client.cpp22 #define LOG_TAG "keystore_client" 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 DDevmapper.cpp31 #define LOG_TAG "Vold" macro
H A DDirectVolume.cpp24 #define LOG_TAG "DirectVolume" macro
H A DExt4.cpp36 #define LOG_TAG "Vold" macro
H A DFat.cpp36 #define LOG_TAG "Vold" macro
H A DLoop.cpp31 #define LOG_TAG "Vold" macro
H A DNetlinkHandler.cpp22 #define LOG_TAG "Vold" macro
H A DNetlinkManager.cpp28 #define LOG_TAG "Vold" macro
H A DProcess.cpp30 #define LOG_TAG "ProcessKiller" macro
H A DResponseCode.cpp21 #define LOG_TAG "Vold" macro
H A DVolume.cpp39 #define LOG_TAG "Vold" macro
H A DVolumeManager.cpp31 #define LOG_TAG "Vold" macro
H A DXwarp.cpp26 #define LOG_TAG "Vold" macro
H A Dcryptfs.c43 #define LOG_TAG "Cryptfs" macro
H A Dmain.cpp27 #define LOG_TAG "Vold" macro
/system/vold/tests/
H A DVolumeManager_test.cpp19 #define LOG_TAG "VolumeManager_test" macro
/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

Completed in 130 milliseconds

12345