Home
last modified time | relevance | path

Searched refs:port_id (Results 1 – 5 of 5) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/
Dchameleon_controller.py126 def start_capturing_audio(self, port_id, has_file=True): argument
133 self.client.StartCapturingAudio(port_id, has_file)
135 def stop_capturing_audio(self, port_id): argument
145 return self.client.StopCapturingAudio(port_id)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_subscription_utils.py207 port_id = pattern_port.findall(row)
208 port_id = int(port_id[-1]) if port_id else INVALID_PORT_INDEX
210 if port_id == INVALID_PORT_INDEX:
214 elif sim_slot_index-1 == port_id and is_embedded == 1:
Dtel_test_utils.py3035 port_id = [sim_slot[0].value[1], sim_slot[1].value[1]]
3042 "'physical':%d,'logical':1}]\"" % (port_id[0], phy_slot_id[0],
3043 port_id[1], phy_slot_id[1]))
/tools/test/connectivity/acts_tests/tests/google/bt/audio_lab/
DBtChameleonTest.py65 port_id = 6
70 self.chameleon.start_capturing_audio(port_id, has_file)
75 port_id)
/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/
Dcmw500_scenario_generator.py126 routing.append("RF{}C".format(config.port_id))