Home | History | Annotate | Download | only in utils

Lines Matching refs:__func__

29 #define VTRACE(fmt,...)     ALOGV("%s: " fmt, __func__, ##__VA_ARGS__)
30 #define DTRACE(fmt,...) ALOGD("%s: " fmt, __func__, ##__VA_ARGS__)
31 #define ITRACE(fmt,...) ALOGI("%s: " fmt, __func__, ##__VA_ARGS__)
32 #define WTRACE(fmt,...) ALOGW("%s: " fmt, __func__, ##__VA_ARGS__)
33 #define ETRACE(fmt,...) ALOGE("%s: " fmt, __func__, ##__VA_ARGS__)
38 #define CTRACE() ALOGV("Calling %s", __func__)
39 #define XTRACE() ALOGV("Leaving %s", __func__)
48 #define ATRACE(fmt,...) ALOGV("%s(args): "fmt, __func__, ##__VA_ARGS__);
66 LOG_ALWAYS_FATAL("%s: Object is not initialized! Line = %d", __func__, __LINE__); \
102 LOG_ALWAYS_FATAL("%s: Object is not deinitialized! Line = %d", __func__, __LINE__); \