Home
last modified time | relevance | path

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

/system/chre/platform/slpi/include/chre/target_platform/
Dlog.h46 #define LOGD(fmt, ...) \ macro
58 #define LOGD(fmt, ...) CHRE_SLPI_LOG(HIGH, fmt, ##__VA_ARGS__) macro
73 #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.h39 #define LOGD(fmt, ...) CHRE_ANDROID_LOG(ANDROID_LOG_DEBUG, fmt, ##__VA_ARGS__) macro
/system/chre/chpp/platform/linux/include/chpp/platform/
Dlog.h38 #define LOGD(fmt, ...) CHPP_LINUX_LOG("D", "97", fmt, ##__VA_ARGS__) macro
/system/chre/platform/linux/include/chre/target_platform/
Dlog.h45 #define LOGD(fmt, ...) CHRE_LINUX_LOG("D", "97", fmt, ##__VA_ARGS__) macro
/system/chre/host/common/include/chre_host/
Dlog.h43 #define LOGD(format, ...) CHRE_LOG(LOG_DEBUG, stdout, format, ##__VA_ARGS__) macro
/system/chre/util/include/chre/util/nanoapp/
Dlog.h85 #define LOGD(fmt, ...) LOGD_TAG(LOG_TAG, fmt, ##__VA_ARGS__) macro