Home
last modified time | relevance | path

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

1234

/cts/apps/CameraITS/pymodules/its/
Ddevice.py31 class ItsSession(object): class
118 socket_lock.bind((ItsSession.IPADDR, ItsSession.LOCK_PORT))
144 remote_p == ItsSession.REMOTE_PORT:
152 for p in range(ItsSession.CLIENT_PORT_START,
153 ItsSession.CLIENT_PORT_START +
154 ItsSession.MAX_NUM_PORTS):
908 cmd = "%s shell am start %s --activity-brought-to-front" % (adb, ItsSession.ITS_TEST_ACTIVITY)
914 result_key = ItsSession.RESULT_KEY
915 summary_key = ItsSession.SUMMARY_KEY
918 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/tools/
Drun_all_tests.py28 from its.device import ItsSession
80 with ItsSession() as cam:
110 with ItsSession() as cam:
234 result_key = ItsSession.RESULT_KEY
236 results[s] = {result_key: ItsSession.RESULT_NOT_EXECUTED}
263 with its.device.ItsSession() as cam:
443 results[scene][result_key] = (ItsSession.RESULT_PASS if passed
444 else ItsSession.RESULT_FAIL)
445 results[scene][ItsSession.SUMMARY_KEY] = summary_path
Dconfig.py50 with its.device.ItsSession() as cam:
Dvalidate_scene.py47 with its.device.ItsSession() as cam:
/cts/apps/CameraITS/tests/scene0/
Dtest_capture_result_dump.py26 with its.device.ItsSession() as cam:
Dtest_camera_properties.py24 with its.device.ItsSession() as cam:
Dtest_sensor_events.py26 with its.device.ItsSession() as cam:
Dtest_burst_capture.py28 with its.device.ItsSession() as cam:
Dtest_param_sensitivity_burst.py31 with its.device.ItsSession() as cam:
Dtest_unified_timestamps.py24 with its.device.ItsSession() as cam:
Dtest_jitter.py34 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_3a_remote.py30 with its.device.ItsSession() as cam:
Dtest_param_black_level_lock.py48 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.py26 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:
Dtest_jpeg.py30 with its.device.ItsSession() as cam:
Dtest_yuv_plus_jpeg.py30 with its.device.ItsSession() as cam:
/cts/apps/CameraITS/tests/scene3/
Dtest_flip_mirror.py124 with its.device.ItsSession() as cam:
132 with its.device.ItsSession() as cam:
Dtest_3a_consistency.py34 with its.device.ItsSession() as cam:

1234