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

  /frameworks/ex/framesequence/jni/utils/
log.h 142 #define IF_ALOGV() IF_ALOG(LOG_VERBOSE, LOG_TAG)
151 #define IF_ALOGD() IF_ALOG(LOG_DEBUG, LOG_TAG)
159 #define IF_ALOGI() IF_ALOG(LOG_INFO, LOG_TAG)
167 #define IF_ALOGW() IF_ALOG(LOG_WARN, LOG_TAG)
175 #define IF_ALOGE() IF_ALOG(LOG_ERROR, LOG_TAG)
265 #ifndef IF_ALOG
266 #define IF_ALOG(priority, tag) \
  /system/core/include/log/
log.h 176 #define IF_ALOGV() IF_ALOG(LOG_VERBOSE, LOG_TAG)
185 #define IF_ALOGD() IF_ALOG(LOG_DEBUG, LOG_TAG)
193 #define IF_ALOGI() IF_ALOG(LOG_INFO, LOG_TAG)
201 #define IF_ALOGW() IF_ALOG(LOG_WARN, LOG_TAG)
209 #define IF_ALOGE() IF_ALOG(LOG_ERROR, LOG_TAG)
475 #ifndef IF_ALOG
476 #define IF_ALOG(priority, tag) \
567 * IF_ALOG uses android_testLog, but IF_ALOG can be overridden.
571 * IF_ALOG as a convenient means to reimplement their polic
    [all...]

Completed in 86 milliseconds