Searched defs:ALOGV (Results 1 - 3 of 3) sorted by relevance

/system/core/include/log/
H A Dlog_main.h26 * Normally we strip the effects of ALOGV (VERBOSE messages),
173 #ifndef ALOGV
176 #define ALOGV(...) \ macro
183 #define ALOGV(...) __ALOGV(__VA_ARGS__)
/system/core/liblog/include/log/
H A Dlog_main.h26 * Normally we strip the effects of ALOGV (VERBOSE messages),
173 #ifndef ALOGV
176 #define ALOGV(...) \ macro
183 #define ALOGV(...) __ALOGV(__VA_ARGS__)
/system/core/liblog/include_vndk/log/
H A Dlog_main.h26 * Normally we strip the effects of ALOGV (VERBOSE messages),
173 #ifndef ALOGV
176 #define ALOGV(...) \ macro
183 #define ALOGV(...) __ALOGV(__VA_ARGS__)

Completed in 322 milliseconds