Searched refs:ltype (Results 1 – 2 of 2) sorted by relevance
46 bool is_allowed_in_logcat(enum logtype ltype) { in is_allowed_in_logcat() argument47 if ((ltype == HEADER) in is_allowed_in_logcat()48 || (ltype == REGISTERS) in is_allowed_in_logcat()49 || (ltype == BACKTRACE)) { in is_allowed_in_logcat()69 void _LOG(log_t* log, enum logtype ltype, const char* fmt, ...) { in _LOG() argument71 bool write_to_logcat = is_allowed_in_logcat(ltype) in _LOG()
73 void _LOG(log_t* log, logtype ltype, const char* fmt, ...) __attribute__((format(printf, 3, 4)));