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
127
virtual bool
GetSrtpCipher
(std::string* cipher) {
transportchannelproxy.cc
175
bool TransportChannelProxy::
GetSrtpCipher
(std::string* cipher) {
180
return impl_->
GetSrtpCipher
(cipher);
dtlstransportchannel.h
163
virtual bool
GetSrtpCipher
(std::string* cipher);
p2ptransportchannel.h
127
virtual bool
GetSrtpCipher
(std::string* cipher) {
dtlstransportchannel.cc
332
bool DtlsTransportChannelWrapper::
GetSrtpCipher
(std::string* cipher) {
fakesession.h
231
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
995
if (!channel->
GetSrtpCipher
(&selected_cipher)) {
[
all
...]
Completed in 53 milliseconds