Home
last modified time | relevance | path

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

/external/libsrtp2/
Dsrtp.def50 srtp_install_log_handler
/external/libsrtp2/include/
Dsrtp.h1682 srtp_err_status_t srtp_install_log_handler(srtp_log_handler_func_t func,
/external/libsrtp2/test/
Drtp_decoder.c194 status = srtp_install_log_handler(rtp_decoder_srtp_log_handler, NULL); in main()
Dsrtp_driver.c287 status = srtp_install_log_handler(log_handler, NULL); in main()
/external/libsrtp2/srtp/
Dsrtp.c4681 srtp_err_status_t srtp_install_log_handler(srtp_log_handler_func_t func, in srtp_install_log_handler() function