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

  /external/chromium_org/third_party/hwcplus/include/log/
log.h 233 #ifndef SLOGD
234 #define SLOGD(...) ((void)__android_log_buf_print(LOG_ID_SYSTEM, ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__))
  /system/core/include/log/
log.h 230 #ifndef SLOGD
231 #define SLOGD(...) ((void)__android_log_buf_print(LOG_ID_SYSTEM, ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__))

Completed in 107 milliseconds