OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetSrtpCryptoSuite
(Results
1 - 8
of
8
) sorted by null
/external/webrtc/webrtc/p2p/base/
transportchannel.h
121
virtual bool
GetSrtpCryptoSuite
(int* cipher) { return false; }
dtlstransportchannel.h
132
bool
GetSrtpCryptoSuite
(int* cipher) override;
p2ptransportchannel.h
128
bool
GetSrtpCryptoSuite
(int* cipher) override { return false; }
transport.cc
308
channel->
GetSrtpCryptoSuite
(&substats.srtp_crypto_suite);
dtlstransportchannel.cc
338
bool DtlsTransportChannelWrapper::
GetSrtpCryptoSuite
(int* cipher) {
faketransportcontroller.h
250
bool
GetSrtpCryptoSuite
(int* crypto_suite) override {
dtlstransportchannel_unittest.cc
222
bool rv = (*it)->
GetSrtpCryptoSuite
(&crypto_suite);
[
all
...]
/external/webrtc/talk/session/media/
channel.cc
882
if (!channel->
GetSrtpCryptoSuite
(&selected_crypto_suite)) {
[
all
...]
Completed in 491 milliseconds