Home
last modified time | relevance | path

Searched refs:os_log_callback (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/osal/
H A Dos_log.h16 typedef void (*os_log_callback)(const char*, const char*, va_list); typedef
H A Dmpp_log.c32 static os_log_callback log_func[] = {
43 static void __mpp_log(os_log_callback func, const char *tag, const char *fmt, in __mpp_log()