Home | History | Annotate | Download | only in base

Lines Matching refs:network_interface_

468   MediaChannel() : network_interface_(NULL) {}
474 network_interface_ = iface;
518 if (!network_interface_)
521 return network_interface_->SetOption(type, opt, option);
544 if (!network_interface_)
547 return (!rtcp) ? network_interface_->SendPacket(packet, options)
548 : network_interface_->SendRtcp(packet, options);
551 // |network_interface_| can be accessed from the worker_thread and
553 // of network_interface_ object.
555 NetworkInterface* network_interface_;