Searched defs:dest_channel (Results 1 - 1 of 1) sorted by relevance

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

Completed in 68 milliseconds