Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ulog/include/ulog/
A Dulog.h83 #define LOGD(mod, ...) macro
136 #define LOGD(mod, ...) ulog(LOG_DEBUG, mod, ULOG_TAG, __VA_ARGS__) macro
138 #define LOGD(mod, ...) macro
/AliOS-Things-master/components/SDL2/src/hidapi/android/
A Dhid.cpp23 #define LOGD(...) __android_log_print(ANDROID_LOG_DEBUG, TAG, __VA_ARGS__) macro
26 #define LOGD(...) macro

Completed in 9 milliseconds