Lines Matching refs:format
17 ALOG(android_priority, tag, format, ...)
19 LOG_PRI(priority, tag, format, ...)
20 LOG_PRI_VA(priority, tag, format, args)
22 ALOGV(format, ...)
23 SLOGV(format, ...)
24 RLOGV(format, ...)
25 ALOGV_IF(cond, format, ...)
26 SLOGV_IF(cond, format, ...)
27 RLOGV_IF(cond, format, ...)
29 ALOGD(format, ...)
30 SLOGD(format, ...)
31 RLOGD(format, ...)
32 ALOGD_IF(cond, format, ...)
33 SLOGD_IF(cond, format, ...)
34 RLOGD_IF(cond, format, ...)
36 ALOGI(format, ...)
37 SLOGI(format, ...)
38 RLOGI(format, ...)
39 ALOGI_IF(cond, format, ...)
40 SLOGI_IF(cond, format, ...)
41 RLOGI_IF(cond, format, ...)
43 ALOGW(format, ...)
44 SLOGW(format, ...)
45 RLOGW(format, ...)
46 ALOGW_IF(cond, format, ...)
47 SLOGW_IF(cond, format, ...)
48 RLOGW_IF(cond, format, ...)
50 ALOGE(format, ...)
51 SLOGE(format, ...)
52 RLOGE(format, ...)
53 ALOGE_IF(cond, format, ...)
54 SLOGE_IF(cond, format, ...)
55 RLOGE_IF(cond, format, ...)
57 LOG_FATAL(format, ...)
58 LOG_ALWAYS_FATAL(format, ...)
59 LOG_FATAL_IF(cond, format, ...)
60 LOG_ALWAYS_FATAL_IF(cond, format, ...)
61 ALOG_ASSERT(cond, format, ...)
165 sub-log maximum size, readable size and log buffer format protocol ver‐