HomeSort by relevance Sort by last modified time
    Searched defs:SLOGV (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/hwcplus/include/log/
log.h 209 #ifndef SLOGV
211 #define SLOGV(...) ((void)0)
213 #define SLOGV(...) ((void)__android_log_buf_print(LOG_ID_SYSTEM, ANDROID_LOG_VERBOSE, LOG_TAG, __VA_ARGS__))
  /system/core/include/log/
log.h 205 #ifndef SLOGV
208 #define SLOGV(...) do { if (0) { __SLOGV(__VA_ARGS__); } } while (0)
210 #define SLOGV(...) __SLOGV(__VA_ARGS__)

Completed in 158 milliseconds