/hardware/samsung_slsi/exynos5/libkeymaster/ |
D | tlcTeeKeymaster_log.h | 37 #ifndef LOG_TAG 38 #define LOG_TAG "TlcTeeKeyMaster" macro 42 #define LOG_D(...) __android_log_print(ANDROID_LOG_DEBUG , LOG_TAG, __VA_ARGS__) 43 #define LOG_I(...) __android_log_print(ANDROID_LOG_INFO , LOG_TAG, __VA_ARGS__) 44 #define LOG_W(...) __android_log_print(ANDROID_LOG_WARN , LOG_TAG, __VA_ARGS__) 45 #define LOG_E(...) __android_log_print(ANDROID_LOG_ERROR , LOG_TAG, __VA_ARGS__)
|
/hardware/qcom/gps/platform_lib_abstractions/ |
D | platform_lib_macros.h | 52 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x) 53 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) 54 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x) 55 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) 56 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x)
|
/hardware/qcom/gps/msm8960/platform_lib_abstractions/ |
D | platform_lib_macros.h | 52 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x) 53 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) 54 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x) 55 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) 56 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x)
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/ |
D | trace_conf.h | 6 #define LOG_TAG "libvpx" macro 7 #define LOGD(fmt_str, ...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, "[%s:%d] "fmt_str, __FUN…
|
/hardware/samsung_slsi/exynos5/mobicore/common/LogWrapper/ |
D | log.h | 78 #define LOG_i(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__) 79 #define LOG_w(...) __android_log_print(ANDROID_LOG_WARN, LOG_TAG, __VA_ARGS__) 80 #define LOG_e(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__) 91 printf("%s/%s(%d): ",_x_,LOG_TAG,getpid()); \
|
/hardware/intel/img/psb_video/src/android/ |
D | psb_gralloc.cpp | 42 #ifdef LOG_TAG 43 #undef LOG_TAG 46 #define LOG_TAG "pvr_drv_video" macro
|
D | psb_android_glue.cpp | 48 #ifdef LOG_TAG 49 #undef LOG_TAG 52 #define LOG_TAG "pvr_drv_video" macro
|
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
D | OMXDefaults.cpp | 29 #undef LOG_TAG 30 #define LOG_TAG "CameraHAL" macro
|
D | OMXZoom.cpp | 24 #undef LOG_TAG 26 #define LOG_TAG "CameraHAL" macro
|
/hardware/akm/AK8975_FS/akmdfs/ |
D | AKFS_Common.h | 55 #undef LOG_TAG 56 #define LOG_TAG "AKMD_FS" macro
|
/hardware/ti/omap4-aah/libtiutils/ |
D | DebugUtils.h | 342 __android_log_vprint(priority, LOG_TAG, format, args); in log() 354 android_printLog(ANDROID_LOG_DEBUG, LOG_TAG, in FunctionLogger() 365 android_printLog(ANDROID_LOG_DEBUG, LOG_TAG, in ~FunctionLogger() 379 android_printLog(ANDROID_LOG_DEBUG, LOG_TAG, in setExitLine()
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | common.h | 22 #ifndef LOG_TAG 23 #define LOG_TAG "WifiHAL" macro
|
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
D | loc_eng_log.cpp | 31 #define LOG_TAG "LocSvc_eng" macro
|
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
D | loc_eng_log.cpp | 31 #define LOG_TAG "LocSvc_eng" macro
|
/hardware/qcom/gps/msm8960/utils/ |
D | log_util.h | 43 #ifndef LOG_TAG 44 #define LOG_TAG "GPS_UTILS" macro
|
/hardware/ti/omap4-aah/domx/omx_core/src/ |
D | OMX_Core_Wrapper.c | 42 #undef LOG_TAG 43 #define LOG_TAG "OMX_CORE" macro
|
/hardware/ti/omap4xxx/domx/omx_core/src/ |
D | OMX_Core_Wrapper.c | 42 #undef LOG_TAG 43 #define LOG_TAG "OMX_CORE" macro
|
/hardware/qcom/gps/utils/ |
D | log_util.h | 43 #ifndef LOG_TAG 44 #define LOG_TAG "GPS_UTILS" macro
|
/hardware/qcom/media/mm-core/omxcore/inc/ |
D | qc_omx_common.h | 56 #define LOG_TAG "QC_CORE" macro
|
/hardware/qcom/media/mm-core/inc/ |
D | qc_omx_common.h | 56 #define LOG_TAG "QC_CORE" macro
|
/hardware/libhardware/modules/usbaudio/ |
D | alsa_device_proxy.c | 17 #define LOG_TAG "alsa_device_proxy" macro 77 ALOGE("[%s] proxy_open() pcm_open() failed: %s", LOG_TAG, pcm_get_error(proxy->pcm)); in proxy_open()
|
/hardware/libhardware_legacy/audio/ |
D | AudioPolicyManagerDefault.cpp | 17 #define LOG_TAG "AudioPolicyManagerDefault" macro
|
/hardware/ti/omap4-aah/camera/ |
D | NV12_resize.cpp | 19 #ifdef LOG_TAG 20 #undef LOG_TAG 22 #define LOG_TAG "NV12_resize" macro
|
/hardware/libhardware/modules/power/ |
D | power.c | 22 #define LOG_TAG "Legacy PowerHAL" macro
|
/hardware/intel/common/wrs_omxil_core/utils/inc/ |
D | log.h | 37 fprintf(stderr, _p "/" LOG_TAG ": " __VA_ARGS__)
|