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

  /external/chromium_org/third_party/libsrtp/srtp/include/
srtp.h 958 typedef struct srtp_event_data_t { struct
962 } srtp_event_data_t; typedef in typeref:struct:srtp_event_data_t
    [all...]
  /external/srtp/include/
srtp.h 878 * @brief srtp_event_data_t is the structure passed as a callback to
881 * The struct srtp_event_data_t holds the data passed to the event
885 typedef struct srtp_event_data_t { struct
889 } srtp_event_data_t; typedef in typeref:struct:srtp_event_data_t
897 * srtp_event_data_t which describes the event that needs to be handled.
902 typedef void (srtp_event_handler_func_t)(srtp_event_data_t *data);
912 * @param func is a pointer to a fuction that takes an srtp_event_data_t

Completed in 64 milliseconds