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
69 public static final int ALOGV = 3; field in AudioEventLogger.Event
46 #define ALOGV(...) \ macro
57 #define ALOGV(...) ((void)0) macro
25 #define ALOGV printf macro