Searched defs:ALOGV (Results 1 – 5 of 5) sorted by relevance
26 #define ALOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, LOG_TAG, __VA_ARGS__) macro28 #define ALOGV(...) macro
46 #define ALOGV(...) \ macro
57 #define ALOGV(...) ((void)0) macro
45 #define ALOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, "SwappyVk", __VA_ARGS__) macro51 #define ALOGV(...) ((void)0) macro
25 #define ALOGV printf macro