Home
last modified time | relevance | path

Searched refs:ItsSession (Results 1 – 25 of 87) sorted by relevance

1234

/cts/apps/CameraITS/tools/
Drun_all_tests.py29 from its.device import ItsSession
138 with ItsSession(camera_id, hidden_physical_id) as cam:
175 with ItsSession(camera_id) as cam:
355 with ItsSession() as cam:
374 with its.device.ItsSession() as cam:
397 result_key = ItsSession.RESULT_KEY
399 results[s] = {result_key: ItsSession.RESULT_NOT_EXECUTED}
585 results[scene][result_key] = (ItsSession.RESULT_PASS if passed
586 else ItsSession.RESULT_FAIL)
587 results[scene][ItsSession.SUMMARY_KEY] = summary_path
[all …]
Dconfig.py50 with its.device.ItsSession() as cam:
Dvalidate_scene.py47 with its.device.ItsSession() as cam:
/cts/apps/CameraITS/pymodules/its/
Ddevice.py30 class ItsSession(object): class
123 socket_lock.bind((ItsSession.IPADDR, ItsSession.LOCK_PORT))
149 remote_p == ItsSession.REMOTE_PORT:
157 for p in range(ItsSession.CLIENT_PORT_START,
158 ItsSession.CLIENT_PORT_START +
159 ItsSession.MAX_NUM_PORTS):
1024 cmd = "%s shell am start %s --activity-brought-to-front" % (adb, ItsSession.ITS_TEST_ACTIVITY)
1030 result_key = ItsSession.RESULT_KEY
1031 summary_key = ItsSession.SUMMARY_KEY
1034 if results[scene][result_key] not in ItsSession.RESULT_VALUES:
[all …]
Dtarget.py160 with its.device.ItsSession() as cam:
191 with its.device.ItsSession() as cam:
/cts/apps/CameraITS/tests/scene3/
Dtest_edge_enhancement.py86 with its.device.ItsSession() as cam:
96 with its.device.ItsSession() as cam:
Dtest_flip_mirror.py119 with its.device.ItsSession() as cam:
125 with its.device.ItsSession() as cam:
Dtest_reprocess_edge_enhancement.py116 with its.device.ItsSession() as cam:
128 with its.device.ItsSession() as cam:
Dtest_lens_movement_reporting.py99 with its.device.ItsSession() as cam:
107 with its.device.ItsSession() as cam:
Dtest_lens_position.py116 with its.device.ItsSession() as cam:
124 with its.device.ItsSession() as cam:
Dtest_3a_consistency.py33 with its.device.ItsSession() as cam:
/cts/apps/CameraITS/tests/scene0/
Dtest_capture_result_dump.py26 with its.device.ItsSession() as cam:
Dtest_sensor_events.py26 with its.device.ItsSession() as cam:
Dtest_burst_capture.py32 with its.device.ItsSession() as cam:
Dtest_param_sensitivity_burst.py31 with its.device.ItsSession() as cam:
Dtest_unified_timestamps.py26 with its.device.ItsSession() as cam:
/cts/apps/CameraITS/tests/inprog/
Dtest_param_edge_mode.py38 with its.device.ItsSession() as cam:
Dtest_rawstats.py28 with its.device.ItsSession() as cam:
Dtest_param_black_level_lock.py48 with its.device.ItsSession() as cam:
Dtest_3a_remote.py30 with its.device.ItsSession() as cam:
Dtest_crop_region.py31 with its.device.ItsSession() as cam:
/cts/apps/CameraITS/tests/scene1/
Dtest_3a.py27 with its.device.ItsSession() as cam:
Dtest_yuv_plus_dng.py29 with its.device.ItsSession() as cam:
Dtest_ae_af.py35 with its.device.ItsSession() as cam:
Dtest_ae_precapture_trigger.py36 with its.device.ItsSession() as cam:

1234