Home
last modified time | relevance | path

Searched refs:relays (Results 1 – 9 of 9) sorted by relevance

/external/autotest/server/cros/network/rf_switch/
Drf_switch_unittest.py78 relays = 'R1:R3'
80 '%s (@%s)\n' % (rf_switch.RfSwitch._CMD_CLOSE_RELAYS, relays))
81 self.mock_rf_switch.close_relays(relays)
86 relays = 'R1:R3'
89 rf_switch.RfSwitch._CMD_CHECK_RELAYS_CLOSED, relays)
91 self.mock_rf_switch.relays_closed(relays)
96 relays = 'R1:R3'
98 '%s (@%s)\n' % (rf_switch.RfSwitch._CMD_OPEN_RELAYS, relays))
99 self.mock_rf_switch.open_relays(relays)
111 relays = 'R1:R3'
[all …]
Drf_switch.py81 def close_relays(self, relays): argument
88 % (self._CMD_CLOSE_RELAYS, relays))
90 def relays_closed(self, relays): argument
100 relays)).strip().split(',')
103 def open_relays(self, relays): argument
110 self._CMD_OPEN_RELAYS, relays))
122 def set_verify(self, relays, on): argument
130 self._CMD_SET_VERIFY, int(bool(on)), relays))
132 def get_verify(self, relays): argument
140 self._CMD_GET_VERIFY, relays)).strip().split(',')
[all …]
/external/webrtc/webrtc/p2p/client/
Dbasicportallocator.cc364 if (!config || config->relays.empty()) { in DoAllocate()
781 if (!config_->relays.empty()) { in DisableEquivalentPhases()
975 ASSERT(config_ && !config_->relays.empty()); in CreateRelayPorts()
976 if (!(config_ && !config_->relays.empty())) { in CreateRelayPorts()
983 for (relay = config_->relays.begin(); in CreateRelayPorts()
984 relay != config_->relays.end(); ++relay) { in CreateRelayPorts()
1158 relays.push_back(config); in AddRelay()
1175 for (size_t i = 0; i < relays.size(); ++i) { in SupportsProtocol()
1176 if (relays[i].type == turn_type && in SupportsProtocol()
1177 SupportsProtocol(relays[i], type)) in SupportsProtocol()
[all …]
Dbasicportallocator.h211 RelayList relays; member
/external/perfetto/protos/
DREADME.md12 * (ii) the per-data-source config that the trace daemon relays to each
/external/wpa_supplicant_8/hostapd/
DREADME111 Server. An access point includes an Authenticator that relays the packets
119 (EAPOL) and the Authenticator relays these frames to the Authentication
120 Server (and similarly, relays the messages from the Authentication
143 relays the frames between the Supplicant and the Authentication
/external/valgrind/coregrind/m_gdbserver/
DREADME_DEVELOPERS156 vgdb relays characters from gdb to valgrind. The scheduler will from
/external/dnsmasq/
DCHANGELOG.archive1782 using the standard ports. This will allow relays on
/external/jline/src/src/test/resources/jline/example/
Denglish.gz