Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dfaketransportcontroller.h438 FakeTransportChannel* dest_channel = nullptr; in SetChannelDestination() local
440 dest_channel = dest_->GetFakeChannel(component); in SetChannelDestination()
441 if (dest_channel) { in SetChannelDestination()
442 dest_channel->SetLocalCertificate(dest_->certificate_); in SetChannelDestination()
445 channel->SetDestination(dest_channel); in SetChannelDestination()