Home
last modified time | relevance | path

Searched defs:LOGD (Results 1 – 12 of 12) sorted by relevance

/system/chre/platform/tinysys/include/chre/target_platform/
Dlog.h71 #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/
Dlog.h58 #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/
Dlog.h30 #define LOGD(...) LOG_DBG(__VA_ARGS__) macro
/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/
Dwifi_offload.h50 #define LOGD(...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__) macro
/system/chre/platform/include/chre/platform/
Dlog.h90 #define LOGD(format, ...) CHRE_LOG_NULL(format, ##__VA_ARGS__) macro
/system/chre/platform/android/include/chre/target_platform/
Dlog.h39 #define LOGD(fmt, ...) CHRE_ANDROID_LOG(ANDROID_LOG_DEBUG, fmt, ##__VA_ARGS__) macro
/system/chre/platform/exynos/include/chre/target_platform/
Dlog.h31 #define LOGD(fmt, ...) CHRE_EXYNOS_LOG(CHRE_LOG_DEBUG, fmt, ##__VA_ARGS__) macro
/system/chre/platform/linux/include/chre/target_platform/
Dlog.h52 #define LOGD(fmt, ...) \ macro
/system/chre/host/common/include/chre_host/
Dlog.h44 #define LOGD(format, ...) CHRE_LOG(LOG_DEBUG, stdout, format, ##__VA_ARGS__) macro
/system/chre/util/include/chre/util/nanoapp/
Dlog.h81 #define LOGD(fmt, ...) LOGD_TAG(LOG_TAG, fmt, ##__VA_ARGS__) macro
/system/chre/apps/nearby/third_party/contexthub/chre/util/include/chre/util/nanoapp/
Dlog.h80 #define LOGD(fmt, ...) LOGD_TAG(LOG_TAG, fmt, ##__VA_ARGS__) macro
/system/chre/platform/tinysys/
Dhost_link.cc59 #define LOGD(fmt, arg...) PRINTF_D("[CHRE]" fmt "\n", ##arg) macro