OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetSrtpCryptoSuites
(Results
1 - 8
of
8
) sorted by null
/external/webrtc/webrtc/p2p/base/
transportchannel.cc
57
bool TransportChannel::
SetSrtpCryptoSuites
(const std::vector<int>& ciphers) {
67
return
SetSrtpCryptoSuites
(crypto_suites);
transportchannel.h
113
virtual bool
SetSrtpCryptoSuites
(const std::vector<int>& ciphers);
dtlstransportchannel.h
129
bool
SetSrtpCryptoSuites
(const std::vector<int>& ciphers) override;
p2ptransportchannel.h
123
bool
SetSrtpCryptoSuites
(const std::vector<int>& ciphers) override {
dtlstransportchannel.cc
294
bool DtlsTransportChannelWrapper::
SetSrtpCryptoSuites
(
faketransportcontroller.h
245
bool
SetSrtpCryptoSuites
(const std::vector<int>& ciphers) override {
dtlstransportchannel_unittest.cc
154
ASSERT_TRUE((*it)->
SetSrtpCryptoSuites
(ciphers));
[
all
...]
/external/webrtc/talk/session/media/
channel.cc
862
return tc->
SetSrtpCryptoSuites
(crypto_suites);
[
all
...]
Completed in 60 milliseconds