Home
last modified time | relevance | path

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

/external/srtp/srtp/
Dsrtp.c661 srtp_handle_event(ctx, stream, event_ssrc_collision); in srtp_protect()
674 srtp_handle_event(ctx, stream, event_key_soft_limit); in srtp_protect()
677 srtp_handle_event(ctx, stream, event_key_hard_limit); in srtp_protect()
1042 srtp_handle_event(ctx, stream, event_key_soft_limit); in srtp_unprotect()
1045 srtp_handle_event(ctx, stream, event_key_hard_limit); in srtp_unprotect()
1073 srtp_handle_event(ctx, stream, event_ssrc_collision); in srtp_unprotect()
1500 srtp_handle_event(ctx, stream, event_ssrc_collision); in srtp_protect_rtcp()
1837 srtp_handle_event(ctx, stream, event_ssrc_collision); in srtp_unprotect_rtcp()
/external/chromium_org/third_party/libsrtp/srtp/srtp/
Dsrtp.c805 srtp_handle_event(ctx, stream, event_ssrc_collision); in srtp_protect()
818 srtp_handle_event(ctx, stream, event_key_soft_limit); in srtp_protect()
821 srtp_handle_event(ctx, stream, event_key_hard_limit); in srtp_protect()
1187 srtp_handle_event(ctx, stream, event_key_soft_limit); in srtp_unprotect()
1190 srtp_handle_event(ctx, stream, event_key_hard_limit); in srtp_unprotect()
1218 srtp_handle_event(ctx, stream, event_ssrc_collision); in srtp_unprotect()
1703 srtp_handle_event(ctx, stream, event_ssrc_collision); in srtp_protect_rtcp()
2031 srtp_handle_event(ctx, stream, event_ssrc_collision); in srtp_unprotect_rtcp()
/external/chromium_org/third_party/libsrtp/srtp/include/
Dsrtp_priv.h246 #define srtp_handle_event(srtp, strm, evnt) \ macro
/external/srtp/include/
Dsrtp_priv.h253 #define srtp_handle_event(srtp, strm, evnt) \ macro