Searched refs:srtp_handle_event (Results 1 – 4 of 4) sorted by relevance
/external/srtp/srtp/ |
D | srtp.c | 661 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/ |
D | srtp.c | 805 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/ |
D | srtp_priv.h | 246 #define srtp_handle_event(srtp, strm, evnt) \ macro
|
/external/srtp/include/ |
D | srtp_priv.h | 253 #define srtp_handle_event(srtp, strm, evnt) \ macro
|