Searched refs:srtp_remove_stream (Results 1 - 3 of 3) sorted by relevance

/external/srtp/include/
H A Dsrtp.h410 * @brief srtp_remove_stream() deallocates an SRTP stream.
412 * The function call srtp_remove_stream(session, ssrc) removes
431 srtp_remove_stream(srtp_t session, unsigned int ssrc);
/external/srtp/test/
H A Dsrtp_driver.c281 * test the function srtp_remove_stream()
283 printf("testing srtp_remove_stream()...");
1292 status = srtp_remove_stream(session, htonl(0xaaaaaaaa));
1300 status = srtp_remove_stream(session, htonl(0x1));
/external/srtp/srtp/
H A Dsrtp.c1308 srtp_remove_stream(srtp_t session, uint32_t ssrc) { function

Completed in 22 milliseconds