OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnprotectRtp
(Results
1 - 3
of
3
) sorted by null
/external/chromium/third_party/libjingle/source/talk/session/phone/
srtpfilter.h
76
bool
UnprotectRtp
(void* data, int in_len, int* out_len);
124
bool
UnprotectRtp
(void* data, int in_len, int* out_len);
srtpfilter.cc
139
bool SrtpFilter::
UnprotectRtp
(void* p, int in_len, int* out_len) {
141
LOG(LS_WARNING) << "Failed to
UnprotectRtp
: SRTP not active";
144
return recv_session_.
UnprotectRtp
(p, in_len, out_len);
315
bool SrtpSession::
UnprotectRtp
(void* p, int in_len, int* out_len) {
484
bool SrtpSession::
UnprotectRtp
(void* data, int in_len, int* out_len) {
channel.cc
344
res = srtp_filter_.
UnprotectRtp
(data, len, &len);
[
all
...]
Completed in 35 milliseconds