Home
last modified time | relevance | path

Searched defs:ALOGD (Results 1 – 5 of 5) sorted by relevance

/frameworks/libs/net/common/native/tcutils/
Dlogging.h49 static inline void ALOGD(const char *fmt...) { in ALOGD() function
/frameworks/native/libs/binder/trusty/include/log/
Dlog.h41 #define ALOGD(fmt, ...) TLOGD(fmt "\n", ##__VA_ARGS__) macro
46 #define ALOGD(fmt, ...) \ macro
/frameworks/av/media/tests/benchmark/src/native/common/
DStats.h28 #define ALOGD(...) ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__) macro
/frameworks/rs/
DrsCppUtils.h42 #define ALOGD(...) \ macro
/frameworks/ex/framesequence/jni/utils/
Dlog.h80 #define ALOGD(...) ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__)) macro