/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/qcom/gps/msm8909/utils/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/msm8996/utils/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/msm8084/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/msm8994/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/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/display/msm8996/sdm/libs/hwc/ |
D | hwc_debugger.cpp | 114 __android_log_vprint(ANDROID_LOG_ERROR, LOG_TAG, format, list); in Error() 120 __android_log_vprint(ANDROID_LOG_WARN, LOG_TAG, format, list); in Warning() 127 __android_log_vprint(ANDROID_LOG_INFO, LOG_TAG, format, list); in Info() 135 __android_log_vprint(ANDROID_LOG_DEBUG, LOG_TAG, format, list); in Debug() 143 __android_log_vprint(ANDROID_LOG_VERBOSE, LOG_TAG, format, list); in Verbose()
|
/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/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_swvdec_utils.h | 55 #ifdef LOG_TAG 56 #undef LOG_TAG 58 #define LOG_TAG "OMX_SWVDEC" ///< OMX SwVdec log tag macro
|
/hardware/intel/img/psb_video/src/android/ |
D | psb_gralloc.cpp | 46 #ifdef LOG_TAG 47 #undef LOG_TAG 50 #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
|
/hardware/akm/AK8975_FS/akmdfs/ |
D | AKFS_Common.h | 55 #undef LOG_TAG 56 #define LOG_TAG "AKMD_FS" macro
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/ |
D | loc_eng_log.cpp | 31 #define LOG_TAG "LocSvc_eng" macro
|
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/ |
D | loc_eng_log.cpp | 31 #define LOG_TAG "LocSvc_eng" macro
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/ |
D | loc_eng_log.cpp | 31 #define LOG_TAG "LocSvc_eng" macro
|
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/ |
D | loc_eng_log.cpp | 31 #define LOG_TAG "LocSvc_eng" 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/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/media/msm8974/mm-core/inc/ |
D | qc_omx_common.h | 56 #define LOG_TAG "QC_CORE" macro
|
/hardware/qcom/media/msm8996/mm-core/inc/ |
D | qc_omx_common.h | 56 #define LOG_TAG "QC_CORE" macro
|
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/ |
D | qc_omx_common.h | 56 #define LOG_TAG "QC_CORE" macro
|
/hardware/libhardware_legacy/audio/ |
D | AudioPolicyManagerDefault.cpp | 17 #define LOG_TAG "AudioPolicyManagerDefault" macro
|
/hardware/libhardware/modules/usbcamera/ |
D | HotplugThread.cpp | 18 #define LOG_TAG "HotplugThread" macro
|