Home
last modified time | relevance | path

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

/external/libsrtp2/srtp/
Dsrtp.c4655 static srtp_log_handler_func_t *srtp_log_handler = NULL; variable
4660 if (srtp_log_handler) { in srtp_err_handler()
4677 srtp_log_handler(log_level, msg, srtp_log_handler_data); in srtp_err_handler()
4690 if (srtp_log_handler) { in srtp_install_log_handler()
4693 srtp_log_handler = func; in srtp_install_log_handler()
4695 if (srtp_log_handler) { in srtp_install_log_handler()