Searched refs:device_id (Results 1 – 6 of 6) sorted by relevance
/cts/apps/CameraITS/tools/ |
D | run_parallel_tests.py | 88 def build_cmd(device_id, chart_host_id, result_device_id, camera_id, scene_id): argument 94 'device=%s' % device_id, 114 def shut_down_device_screen(device_id): argument 121 print 'Shutting down chart screen: ', device_id 122 screen_id_arg = ('screen=%s' % device_id)
|
D | run_all_tests.py | 243 device_id = its.device.get_device_id() 244 device_id_arg = "device=" + device_id 245 print "Testing device " + device_id 248 device_bfp = its.device.get_device_fingerprint(device_id) 416 its.device.adb_log(device_id, msg) 449 its.device.adb_log(device_id, msg) 455 its.device.report_result(device_id, camera_id, results) 468 print 'Shutting down DUT screen: ', device_id 469 screen_id_arg = ('screen=%s' % device_id)
|
D | run_sensor_fusion_box.py | 89 device_id = its.device.get_device_id() 90 device_id_arg = 'device=' + device_id 91 print 'Testing device ' + device_id
|
/cts/apps/CameraITS/pymodules/its/ |
D | device.py | 87 device_id = "" variable in ItsSession 122 raise its.error.Error(self.device_id, 143 if forward_info[0] == self.device_id and \ 170 raise its.error.Error(self.device_id, " cannot find an available " + 221 self.device_id = get_device_id() 222 self.adb = "adb -s " + self.device_id 860 device_id = None 864 device_id = os.environ["ANDROID_SERIAL"] 868 device_id = str(s[7:]) 882 elif device_id is not None and device_id not in devices: [all …]
|
/cts/apps/CameraITS/tests/rolling_shutter_skew/ |
D | test_rolling_shutter_skew.py | 108 if args.device_id: 111 sys.argv.append('device=%s' % args.device_id)
|
/cts/tools/cts-api-coverage/proto/ |
D | cts_report.proto | 170 optional string device_id = 4 [deprecated = true]; field
|