/system/chre/platform/tinysys/include/chre/target_platform/ |
D | log.h | 71 #define LOGD(fmt, arg...) \ macro 82 #define LOGD(fmt, arg...) PRINTF_D("[CHRE]" fmt "\n", ##arg) macro
|
/system/chre/platform/slpi/include/chre/target_platform/ |
D | log.h | 58 #define LOGD(fmt, ...) CHRE_BUFFER_LOG(CHRE_LOG_DEBUG, fmt, ##__VA_ARGS__) macro 76 #define LOGD(fmt, ...) \ macro 122 #define LOGD(fmt, ...) CHRE_SLPI_LOG(LOW, fmt, ##__VA_ARGS__) macro 138 #define LOGD(fmt, ...) CHRE_SLPI_LOG(ASH_LOG_DEBUG, fmt, ##__VA_ARGS__) macro
|
/system/chre/platform/zephyr/include/chre/target_platform/ |
D | log.h | 30 #define LOGD(...) LOG_DBG(__VA_ARGS__) macro
|
/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/ |
D | wifi_offload.h | 50 #define LOGD(...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__) macro
|
/system/chre/platform/include/chre/platform/ |
D | log.h | 90 #define LOGD(format, ...) CHRE_LOG_NULL(format, ##__VA_ARGS__) macro
|
/system/chre/platform/android/include/chre/target_platform/ |
D | log.h | 39 #define LOGD(fmt, ...) CHRE_ANDROID_LOG(ANDROID_LOG_DEBUG, fmt, ##__VA_ARGS__) macro
|
/system/chre/platform/exynos/include/chre/target_platform/ |
D | log.h | 31 #define LOGD(fmt, ...) CHRE_EXYNOS_LOG(CHRE_LOG_DEBUG, fmt, ##__VA_ARGS__) macro
|
/system/chre/platform/linux/include/chre/target_platform/ |
D | log.h | 52 #define LOGD(fmt, ...) \ macro
|
/system/chre/host/common/include/chre_host/ |
D | log.h | 44 #define LOGD(format, ...) CHRE_LOG(LOG_DEBUG, stdout, format, ##__VA_ARGS__) macro
|
/system/chre/util/include/chre/util/nanoapp/ |
D | log.h | 81 #define LOGD(fmt, ...) LOGD_TAG(LOG_TAG, fmt, ##__VA_ARGS__) macro
|
/system/chre/apps/nearby/third_party/contexthub/chre/util/include/chre/util/nanoapp/ |
D | log.h | 80 #define LOGD(fmt, ...) LOGD_TAG(LOG_TAG, fmt, ##__VA_ARGS__) macro
|
/system/chre/platform/tinysys/ |
D | host_link.cc | 59 #define LOGD(fmt, arg...) PRINTF_D("[CHRE]" fmt "\n", ##arg) macro
|