Home
last modified time | relevance | path

Searched refs:__ALOGV (Results 1 – 2 of 2) sorted by relevance

/external/libese/libese/include/ese/
Dlog.h45 #define __ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__)) macro
47 #define ALOGV(...) do { if (0) { __ALOGV(__VA_ARGS__); } } while (0)
49 #define ALOGV(...) __ALOGV(__VA_ARGS__)
/external/conscrypt/common/src/jni/main/include/
Dmacros.h163 #ifndef __ALOGV
164 #define __ALOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, LOG_TAG, __VA_ARGS__) macro
171 __ALOGV(__VA_ARGS__); \
175 #define ALOGV(...) __ALOGV(__VA_ARGS__)