Searched defs:ALOGV (Results 1 – 4 of 4) sorted by relevance
36 #define ALOGV(cond, ...) ((void)0) macro38 #define ALOGV(...) ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__) macro
46 #define ALOGV(...) \ macro
57 #define ALOGV(...) ((void)0) macro
25 #define ALOGV printf macro