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

  /external/chromium_org/third_party/libsrtp/srtp/test/
dtls_srtp_driver.c 116 err = srtp_shutdown();
rtpw.c 523 status = srtp_shutdown();
srtp_driver.c 383 status = srtp_shutdown();
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
srtpfilter.h 224 // Calls srtp_shutdown if it's initialized.
srtpfilter.cc 723 int err = srtp_shutdown();
725 LOG(LS_ERROR) << "srtp_shutdown failed. err=" << err;
channelmanager.cc 146 // srtp_shutdown to free all crypto kernel lists. But we need to make sure
  /external/chromium_org/third_party/libsrtp/srtp/include/
srtp.h 279 * @brief srtp_shutdown() de-initializes the srtp library.
285 srtp_shutdown(void);
    [all...]
  /external/chromium_org/third_party/libsrtp/srtp/srtp/
srtp.c 1279 srtp_shutdown() { function
    [all...]

Completed in 2710 milliseconds