Home
last modified time | relevance | path

Searched refs:__ALOGV (Results 1 – 2 of 2) sorted by relevance

/external/libese/libese/include/ese/
Dlog.h45 #define __ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__)) macro
47 #define ALOGV(...) do { if (0) { __ALOGV(__VA_ARGS__); } } while (0)
49 #define ALOGV(...) __ALOGV(__VA_ARGS__)
/external/mesa3d/include/android_stub/log/
Dlog_main.h198 #define __ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__)) macro
204 __ALOGV(__VA_ARGS__); \
208 #define ALOGV(...) __ALOGV(__VA_ARGS__)