Home
last modified time | relevance | path

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

/external/libsrtp2/include/
Dsrtp.h1664 typedef void(srtp_log_handler_func_t)(srtp_log_level_t level, typedef
1682 srtp_err_status_t srtp_install_log_handler(srtp_log_handler_func_t func,
/external/libsrtp2/srtp/
Dsrtp.c4655 static srtp_log_handler_func_t *srtp_log_handler = NULL;
4681 srtp_err_status_t srtp_install_log_handler(srtp_log_handler_func_t func, in srtp_install_log_handler()