OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:relay_port
(Results
1 - 3
of
3
) sorted by null
/cts/apps/CameraITS/tools/
rotation_rig.py
45
relay_port
= hw_list.get_tty_path('relay')
46
relay_ser = serial.Serial(
relay_port
, RELAY_BAUDRATE,
/external/webrtc/webrtc/p2p/client/
basicportallocator.cc
1014
PortList::const_iterator
relay_port
;
local
1027
PortList::const_iterator
relay_port
;
local
1163
PortList::const_iterator
relay_port
;
local
[
all
...]
portallocator_unittest.cc
343
cricket::PortList::const_iterator
relay_port
;
local
344
for (
relay_port
= server_config.ports.begin();
345
relay_port
!= server_config.ports.end(); ++
relay_port
) {
346
if (proto_addr.address ==
relay_port
->address &&
347
proto_addr.proto ==
relay_port
->proto)
[
all
...]
Completed in 2610 milliseconds