/external/webrtc/webrtc/p2p/base/ |
D | transportchannel.cc | 26 void TransportChannel::set_receiving(bool receiving) { in set_receiving() argument 27 if (receiving_ == receiving) { in set_receiving() 30 receiving_ = receiving; in set_receiving()
|
D | p2ptransportchannel_unittest.cc | 502 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 …]
|
D | transportchannel.h | 76 bool receiving() const { return receiving_; } in receiving() function 165 void set_receiving(bool receiving);
|
D | p2ptransportchannel.cc | 68 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()
|
D | transport.h | 87 receiving(false), in ConnectionInfo() 101 bool receiving; // Has this connection received anything? member
|
/external/dbus/test/data/auth/ |
D | invalid-command.auth-script | 1 ## this tests that receiving a nonexistent command is handled properly
|
D | invalid-command-client.auth-script | 1 ## this tests that receiving a nonexistent command is handled properly
|
/external/webrtc/webrtc/voice_engine/ |
D | channel.h | 95 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/ |
D | webrtcsession.h | 105 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/ |
D | control.ht40_ch153 | 14 This test uses netperf to measure the maximal receiving and transmitting
|
D | control.ht40_ch001 | 14 This test uses netperf to measure the maximal receiving and transmitting
|
D | control.ht40_ch011 | 14 This test uses netperf to measure the maximal receiving and transmitting
|
D | control.ht40_ch044 | 14 This test uses netperf to measure the maximal receiving and transmitting
|
D | control.ht40_ch006 | 14 This test uses netperf to measure the maximal receiving and transmitting
|
/external/autotest/server/site_tests/network_WiFi_CSADisconnect/ |
D | control | 15 disconnected right after receiving a CSA message. This is to make sure the MAC
|
/external/autotest/server/site_tests/network_WiFi_Perf/ |
D | control.11a | 14 This test uses netperf to measure the maximal receiving and transmitting
|
D | control.11b | 14 This test uses netperf to measure the maximal receiving and transmitting
|
D | control.11g | 14 This test uses netperf to measure the maximal receiving and transmitting
|
D | control.ht40 | 14 This test uses netperf to measure the maximal receiving and transmitting
|
D | control.ht20 | 14 This test uses netperf to measure the maximal receiving and transmitting
|
/external/autotest/server/site_tests/network_WiFi_BluetoothScanPerf/ |
D | control.11b | 12 This test uses netperf to measure the maximal receiving and transmitting
|
D | control.11a | 12 This test uses netperf to measure the maximal receiving and transmitting
|
/external/autotest/server/site_tests/network_WiFi_WoWLAN/ |
D | control | 16 This test verifies that the NIC wakes the DUT up in dark resume upon receiving
|
/external/autotest/server/site_tests/network_WiFi_BluetoothStreamPerf/ |
D | control.11b | 12 This test uses netperf to measure the maximal receiving and transmitting
|
D | control.11a | 12 This test uses netperf to measure the maximal receiving and transmitting
|