Searched defs:ALOGV (Results 1 – 6 of 6) sorted by relevance
5 #define ALOGV(...) \ macro
27 #define ALOGV SkDebugf macro29 #define ALOGV(x, ...) macro
82 #define ALOGV(...) ((void)0) macro
1141 #define ALOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, TAG, __VA_ARGS__) macro1143 #define ALOGV(...) macro
70 #define ALOGV(...) \ macro