Home
last modified time | relevance | path

Searched defs:ALOGD (Results 1 – 15 of 15) sorted by relevance

/hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_pla/include/
Dplatform_lib_macros.h64 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) macro
/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_pla/include/
Dplatform_lib_macros.h64 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) macro
/hardware/qcom/gps/platform_lib_abstractions/
Dplatform_lib_macros.h55 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) macro
/hardware/qcom/gps/msm8994/platform_lib_abstractions/
Dplatform_lib_macros.h55 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) macro
/hardware/qcom/gps/msm8084/platform_lib_abstractions/
Dplatform_lib_macros.h55 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) macro
/hardware/qcom/gps/msm8996/utils/platform_lib_abstractions/
Dplatform_lib_macros.h55 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) macro
/hardware/qcom/gps/msm8909/utils/platform_lib_abstractions/
Dplatform_lib_macros.h55 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) macro
/hardware/qcom/gps/msm8960/platform_lib_abstractions/
Dplatform_lib_macros.h55 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) macro
/hardware/qcom/sm8150p/gps/utils/
Dlog_util.h55 #define ALOGD(...) syslog(LOG_DEBUG, "LOC_LOGD: " __VA_ARGS__); macro
73 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) macro
/hardware/qcom/sm7150/gps/utils/
Dlog_util.h60 #define ALOGD(...) syslog(LOG_DEBUG, "LOC_LOGD: " __VA_ARGS__); macro
78 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) macro
/hardware/qcom/sm7250/gps/utils/
Dlog_util.h60 #define ALOGD(...) syslog(LOG_DEBUG, "LOC_LOGD: " __VA_ARGS__); macro
78 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) macro
/hardware/qcom/sm8150/gps/utils/
Dlog_util.h60 #define ALOGD(...) syslog(LOG_DEBUG, "LOC_LOGD: " __VA_ARGS__); macro
78 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) macro
/hardware/google/gfxstream/guest/fuchsia/include/cutils/
Dlog.h98 #define ALOGD(...) ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__)) macro
/hardware/google/gfxstream/guest/mesa/include/android_stub/log/
Dlog_main.h227 #define ALOGD(...) ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__)) macro
/hardware/qcom/audio/legacy/libalsa-intf/
Dalsa_ucm.c43 #define ALOGD(...) fprintf(stderr, __VA_ARGS__) macro