OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetSrtpCipher
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportchannel.h
109
virtual bool
GetSrtpCipher
(std::string* cipher) = 0;
transportchannelproxy.h
77
virtual bool
GetSrtpCipher
(std::string* cipher);
rawtransportchannel.h
131
virtual bool
GetSrtpCipher
(std::string* cipher) {
transportchannelproxy.cc
174
bool TransportChannelProxy::
GetSrtpCipher
(std::string* cipher) {
179
return impl_->
GetSrtpCipher
(cipher);
dtlstransportchannel.h
166
virtual bool
GetSrtpCipher
(std::string* cipher);
p2ptransportchannel.h
129
virtual bool
GetSrtpCipher
(std::string* cipher) {
dtlstransportchannel.cc
338
bool DtlsTransportChannelWrapper::
GetSrtpCipher
(std::string* cipher) {
fakesession.h
244
virtual bool
GetSrtpCipher
(std::string* cipher) {
dtlstransportchannel_unittest.cc
223
bool rv = (*it)->
GetSrtpCipher
(&cipher);
/external/chromium_org/jingle/glue/
channel_socket_adapter_unittest.cc
48
MOCK_METHOD1(
GetSrtpCipher
, bool(std::string* cipher));
/external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.cc
793
if (!channel->
GetSrtpCipher
(&selected_cipher)) {
[
all
...]
Completed in 470 milliseconds