HomeSort by relevance Sort by last modified time
    Searched refs:receiving_timeout (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/p2p/base/
p2ptransportchannel.h 164 int receiving_timeout() const { return receiving_timeout_; } function in class:cricket::P2PTransportChannel
faketransportcontroller.h 192 int receiving_timeout() const { return receiving_timeout_; } function in class:cricket::FakeTransportChannel
transportcontroller_unittest.cc 205 EXPECT_EQ(1000, channel1->receiving_timeout());
211 EXPECT_EQ(1000, channel2->receiving_timeout());
p2ptransportchannel_unittest.cc     [all...]

Completed in 53 milliseconds