Home
last modified time | relevance | path

Searched refs:SignalDtlsSrtpSetupFailure (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/pc/
Ddtls_srtp_transport.cc169 SignalDtlsSrtpSetupFailure(this, /*rtcp=*/false); in SetupRtpDtlsSrtp()
201 SignalDtlsSrtpSetupFailure(this, /*rtcp=*/true); in SetupRtcpDtlsSrtp()
Ddtls_srtp_transport.h48 sigslot::signal<DtlsSrtpTransport*, bool> SignalDtlsSrtpSetupFailure; variable
Dchannel.h137 sigslot::signal2<BaseChannel*, bool> SignalDtlsSrtpSetupFailure; variable
Dpeer_connection.cc6469 voice_channel->SignalDtlsSrtpSetupFailure.connect( in CreateVoiceChannel()
6490 video_channel->SignalDtlsSrtpSetupFailure.connect( in CreateVideoChannel()
6524 ->SignalDtlsSrtpSetupFailure.connect( in CreateDataChannel()