Searched defs:msg (Results 1 – 4 of 4) sorted by relevance
| /rockchip-linux_mpp/osal/android/ |
| H A D | os_log.c | 9 void os_log_trace(const char* tag, const char* msg, va_list list) in os_log_trace() 14 void os_log_debug(const char* tag, const char* msg, va_list list) in os_log_debug() 19 void os_log_info(const char* tag, const char* msg, va_list list) in os_log_info() 24 void os_log_warn(const char* tag, const char* msg, va_list list) in os_log_warn() 29 void os_log_error(const char* tag, const char* msg, va_list list) in os_log_error() 34 void os_log_fatal(const char* tag, const char* msg, va_list list) in os_log_fatal()
|
| /rockchip-linux_mpp/osal/linux/ |
| H A D | os_log.c | 42 void os_log_trace(const char* tag, const char* msg, va_list list) in os_log_trace() 49 void os_log_debug(const char* tag, const char* msg, va_list list) in os_log_debug() 56 void os_log_info(const char* tag, const char* msg, va_list list) in os_log_info() 63 void os_log_warn(const char* tag, const char* msg, va_list list) in os_log_warn() 70 void os_log_error(const char* tag, const char* msg, va_list list) in os_log_error() 77 void os_log_fatal(const char* tag, const char* msg, va_list list) in os_log_fatal()
|
| /rockchip-linux_mpp/mpp/vproc/iep/ |
| H A D | iep.c | 37 IepMsg msg; member 215 static RK_U32 check_msg_image(IepMsg *msg) in check_msg_image() 339 IepMsg *msg = &impl->msg; in iep_control() local
|
| /rockchip-linux_mpp/osal/ |
| H A D | mpp_log.c | 46 char msg[MPP_LOG_MAX_LEN + 1]; in __mpp_log() local
|