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