Home | History | Annotate | Download | only in cutils

Lines Matching refs:prio

501 #define android_printLog(prio, tag, fmt...) \
502 __android_log_print(prio, tag, fmt)
504 #define android_vprintLog(prio, cond, tag, fmt...) \
505 __android_log_vprint(prio, tag, fmt)
526 #define android_writeLog(prio, tag, text) \
527 __android_log_write(prio, tag, text)
535 #define android_testLog(prio, tag) (1)
538 #define android_setMinPriority(tag, prio) do{}while(0)
555 int __android_log_buf_write(int bufID, int prio, const char *tag, const char *text);
556 int __android_log_buf_print(int bufID, int prio, const char *tag, const char *fmt, ...);