HomeSort by relevance Sort by last modified time
    Searched full:srtp_handle_event (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libsrtp/srtp/include/
srtp_priv.h 239 * srtp_handle_event(srtp, srtm, evnt) calls the event handling
246 #define srtp_handle_event(srtp, strm, evnt) \ macro
  /external/srtp/include/
srtp_priv.h 246 * srtp_handle_event(srtp, srtm, evnt) calls the event handling
253 #define srtp_handle_event(srtp, strm, evnt) \ macro
  /external/chromium_org/third_party/libsrtp/srtp/srtp/
srtp.c 805 srtp_handle_event(ctx, stream, event_ssrc_collision);
818 srtp_handle_event(ctx, stream, event_key_soft_limit);
821 srtp_handle_event(ctx, stream, event_key_hard_limit);
    [all...]
  /external/srtp/srtp/
srtp.c 661 srtp_handle_event(ctx, stream, event_ssrc_collision);
674 srtp_handle_event(ctx, stream, event_key_soft_limit);
677 srtp_handle_event(ctx, stream, event_key_hard_limit);
1042 srtp_handle_event(ctx, stream, event_key_soft_limit);
1045 srtp_handle_event(ctx, stream, event_key_hard_limit);
1073 srtp_handle_event(ctx, stream, event_ssrc_collision);
    [all...]

Completed in 956 milliseconds