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

  /frameworks/ex/framesequence/jni/utils/
log.h 189 ? ((void)android_printAssert(#cond, LOG_TAG, ## __VA_ARGS__)) \
195 ( ((void)android_printAssert(NULL, LOG_TAG, ## __VA_ARGS__)) )
280 #define android_printAssert(cond, tag, fmt...) \
  /system/core/liblog/include/log/
log_main.h 100 #define android_printAssert(cond, tag, ...) \
114 ? ((void)android_printAssert(#cond, LOG_TAG, ##__VA_ARGS__)) \
120 (((void)android_printAssert(NULL, LOG_TAG, ##__VA_ARGS__)))

Completed in 83 milliseconds