Home
last modified time | relevance | path

Searched refs:srtp_stream_alloc (Results 1 – 2 of 2) sorted by relevance

/external/srtp/googlepatches/
Dgoogle-9-rdbx-leak-plug.patch23 @@ -92,35 +92,31 @@ srtp_stream_alloc(srtp_stream_ctx_t **str_ptr,
68 @@ -129,13 +125,9 @@ srtp_stream_alloc(srtp_stream_ctx_t **str_ptr,
84 @@ -144,33 +136,37 @@ srtp_stream_alloc(srtp_stream_ctx_t **str_ptr,
/external/srtp/srtp/
Dsrtp.c78 srtp_stream_alloc(srtp_stream_ctx_t **str_ptr, in srtp_stream_alloc() function
1220 status = srtp_stream_alloc(&tmp, policy); in srtp_add_stream()