Home
last modified time | relevance | path

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

/system/chre/util/include/chre/util/nanoapp/
Dlog.h70 #define LOGD(fmt, ...) CHRE_LOG(CHRE_LOG_DEBUG, fmt, ##__VA_ARGS__) macro
72 #define LOGD(fmt, ...) CHRE_LOG_NULL(fmt, ##__VA_ARGS__) macro
/system/chre/platform/slpi/include/chre/target_platform/
Dlog.h40 #define LOGD(fmt, ...) CHRE_SLPI_LOG(HIGH, fmt, ##__VA_ARGS__) macro
54 #define LOGD(fmt, ...) CHRE_SLPI_LOG(ASH_LOG_DEBUG, fmt, ##__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.h84 #define LOGD(format, ...) chreLogNull(format, ##__VA_ARGS__) macro
/system/chre/platform/android/include/chre/target_platform/
Dlog.h42 #define LOGD(fmt, ...) \ macro
/system/chre/platform/linux/include/chre/target_platform/
Dlog.h46 #define LOGD(fmt, ...) CHRE_LINUX_LOG("D", "97", fmt, ##__VA_ARGS__) macro
/system/chre/host/common/include/chre_host/
Dlog.h44 #define LOGD(format, ...) CHRE_LOG(LOG_DEBUG, format, ##__VA_ARGS__) macro