Lines Matching refs:prio
95 * Writes the constant string `text` to the log, with priority `prio` and tag
98 int __android_log_write(int prio, const char* tag, const char* text);
101 * Writes a formatted string to the log, with priority `prio` and tag `tag`.
105 int __android_log_print(int prio, const char* tag, const char* fmt, ...)
112 int __android_log_vprint(int prio, const char* tag, const char* fmt, va_list ap)
166 * with priority `prio` and tag `tag`.
170 int __android_log_buf_write(int bufID, int prio, const char* tag, const char* text);
174 * with priority `prio` and tag `tag`.
180 int __android_log_buf_print(int bufID, int prio, const char* tag, const char* fmt, ...)
303 * __android_log_set_minimum_priority() to determine if a log message with a given prio and tag will
311 * @param prio the priority to test, takes android_LogPriority values.
318 int __android_log_is_loggable(int prio, const char* tag, int default_prio) __INTRODUCED_IN(30);
322 * __android_log_set_minimum_priority() to determine if a log message with a given prio and tag will
330 * @param prio the priority to test, takes android_LogPriority values.
338 int __android_log_is_loggable_len(int prio, const char* tag, size_t len, int default_prio)