Searched defs:ALOGV (Results 1 – 5 of 5) sorted by relevance
36 #define ALOGV(cond, ...) ((void)0) macro38 #define ALOGV(...) ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__) macro
178 public static final int ALOGV = 3; field in EventLogger.Event
68 #define ALOGV(...) ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__) macro
46 #define ALOGV(...) \ macro
25 #define ALOGV printf macro