Searched defs:srtp_policy_t (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libsrtp/srtp/include/
H A Dsrtp.h141 * @ref srtp_policy_t for more informataion.
186 * A single srtp_policy_t struct represents the policy for a single
210 typedef struct srtp_policy_t { struct
230 struct srtp_policy_t *next; /**< Pointer to next stream policy. */
231 } srtp_policy_t; typedef in typeref:struct:srtp_policy_t
381 * @param policy is the srtp_policy_t struct that describes the policy
395 srtp_create(srtp_t *session, const srtp_policy_t *policy);
415 const srtp_policy_t *policy);
/external/srtp/include/
H A Dsrtp.h141 * @ref srtp_policy_t for more informataion.
186 * A single srtp_policy_t struct represents the policy for a single
210 typedef struct srtp_policy_t { struct
230 struct srtp_policy_t *next; /**< Pointer to next stream policy. */
231 } srtp_policy_t; typedef in typeref:struct:srtp_policy_t
372 * @param policy is the srtp_policy_t struct that describes the policy
386 srtp_create(srtp_t *session, const srtp_policy_t *policy);
406 const srtp_policy_t *policy);

Completed in 95 milliseconds