Searched refs:__ALOGV (Results 1 – 1 of 1) sorted by relevance
91 #define __ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__)) macro93 #define ALOGV(...) do { if (0) { __ALOGV(__VA_ARGS__); } } while (0)95 #define ALOGV(...) __ALOGV(__VA_ARGS__)