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