HomeSort by relevance Sort by last modified time
    Searched refs:srtp_event_handler_func_t (Results 1 - 2 of 2) sorted by null

  /external/srtp/include/
srtp.h 892 * @brief srtp_event_handler_func_t is the function prototype for
895 * The typedef srtp_event_handler_func_t is the prototype for the
902 typedef void (srtp_event_handler_func_t)(srtp_event_data_t *data); typedef
918 srtp_install_event_handler(srtp_event_handler_func_t func);
  /external/srtp/srtp/
srtp.c 580 static srtp_event_handler_func_t *srtp_event_handler = srtp_event_reporter;
583 srtp_install_event_handler(srtp_event_handler_func_t func) {
    [all...]

Completed in 20 milliseconds