Home
last modified time | relevance | path

Searched refs:receiving (Results 1 – 25 of 133) sorted by relevance

123456

/external/webrtc/webrtc/p2p/base/
Dtransportchannel.cc26 void TransportChannel::set_receiving(bool receiving) { in set_receiving() argument
27 if (receiving_ == receiving) { in set_receiving()
30 receiving_ = receiving; in set_receiving()
Dp2ptransportchannel_unittest.cc502 ep1_ch1()->receiving() && in Test()
504 ep2_ch1()->receiving() && in Test()
579 EXPECT_TRUE_WAIT_MARGIN(ep1_ch1()->receiving() && ep1_ch1()->writable() && in TestHandleIceUfragPasswordChanged()
580 ep2_ch1()->receiving() && ep2_ch1()->writable(), in TestHandleIceUfragPasswordChanged()
626 EXPECT_TRUE_WAIT(ep1_ch1()->receiving() && in TestSignalRoleConflict()
628 ep2_ch1()->receiving() && in TestSignalRoleConflict()
1126 EXPECT_TRUE_WAIT_MARGIN(ep1_ch1()->receiving() && ep1_ch1()->writable() && in TEST_F()
1127 ep2_ch1()->receiving() && ep2_ch1()->writable(), in TEST_F()
1142 EXPECT_TRUE(best_conn_info->receiving); in TEST_F()
1267 EXPECT_FALSE(ep1_ch1()->receiving()); in TEST_F()
[all …]
Dtransportchannel.h76 bool receiving() const { return receiving_; } in receiving() function
165 void set_receiving(bool receiving);
Dp2ptransportchannel.cc68 if (a->receiving() && !b->receiving()) in CompareConnectionStates()
70 if (!a->receiving() && b->receiving()) in CompareConnectionStates()
935 info.receiving = connection->receiving(); in GetStats()
1115 bool receiving = false; in UpdateState() local
1117 if (connection->receiving()) { in UpdateState()
1118 receiving = true; in UpdateState()
1122 set_receiving(receiving); in UpdateState()
Dtransport.h87 receiving(false), in ConnectionInfo()
101 bool receiving; // Has this connection received anything? member
/external/dbus/test/data/auth/
Dinvalid-command.auth-script1 ## this tests that receiving a nonexistent command is handled properly
Dinvalid-command-client.auth-script1 ## this tests that receiving a nonexistent command is handled properly
/external/webrtc/webrtc/voice_engine/
Dchannel.h95 receiving(false) {} in State()
103 bool receiving; member
152 state_.receiving = enable; in SetReceiving()
428 return channel_state_.Get().receiving; in Receiving()
/external/webrtc/talk/app/webrtc/
Dwebrtcsession.h105 virtual void OnIceConnectionReceivingChange(bool receiving) {} in OnIceConnectionReceivingChange() argument
424 void SetIceConnectionReceiving(bool receiving);
450 void OnTransportControllerReceiving(bool receiving);
/external/autotest/server/site_tests/network_WiFi_AttenuatedPerf/
Dcontrol.ht40_ch15314 This test uses netperf to measure the maximal receiving and transmitting
Dcontrol.ht40_ch00114 This test uses netperf to measure the maximal receiving and transmitting
Dcontrol.ht40_ch01114 This test uses netperf to measure the maximal receiving and transmitting
Dcontrol.ht40_ch04414 This test uses netperf to measure the maximal receiving and transmitting
Dcontrol.ht40_ch00614 This test uses netperf to measure the maximal receiving and transmitting
/external/autotest/server/site_tests/network_WiFi_CSADisconnect/
Dcontrol15 disconnected right after receiving a CSA message. This is to make sure the MAC
/external/autotest/server/site_tests/network_WiFi_Perf/
Dcontrol.11a14 This test uses netperf to measure the maximal receiving and transmitting
Dcontrol.11b14 This test uses netperf to measure the maximal receiving and transmitting
Dcontrol.11g14 This test uses netperf to measure the maximal receiving and transmitting
Dcontrol.ht4014 This test uses netperf to measure the maximal receiving and transmitting
Dcontrol.ht2014 This test uses netperf to measure the maximal receiving and transmitting
/external/autotest/server/site_tests/network_WiFi_BluetoothScanPerf/
Dcontrol.11b12 This test uses netperf to measure the maximal receiving and transmitting
Dcontrol.11a12 This test uses netperf to measure the maximal receiving and transmitting
/external/autotest/server/site_tests/network_WiFi_WoWLAN/
Dcontrol16 This test verifies that the NIC wakes the DUT up in dark resume upon receiving
/external/autotest/server/site_tests/network_WiFi_BluetoothStreamPerf/
Dcontrol.11b12 This test uses netperf to measure the maximal receiving and transmitting
Dcontrol.11a12 This test uses netperf to measure the maximal receiving and transmitting

123456