Home
last modified time | relevance | path

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

123

/cts/apps/CameraITS/pymodules/its/
Ddevice.py32 class ItsSession(object): class
119 socket_lock.bind((ItsSession.IPADDR, ItsSession.LOCK_PORT))
145 remote_p == ItsSession.REMOTE_PORT:
153 for p in range(ItsSession.CLIENT_PORT_START,
154 ItsSession.CLIENT_PORT_START +
155 ItsSession.MAX_NUM_PORTS):
831 cmd = "%s shell am start %s --activity-brought-to-front" % (adb, ItsSession.ITS_TEST_ACTIVITY)
836 result_key = ItsSession.RESULT_KEY
837 summary_key = ItsSession.SUMMARY_KEY
840 if results[scene][result_key] not in ItsSession.RESULT_VALUES:
[all …]
Dtarget.py161 with its.device.ItsSession() as cam:
192 with its.device.ItsSession() as cam:
/cts/apps/CameraITS/tools/
Drun_all_tests.py25 from its.device import ItsSession
36 with ItsSession() as cam:
166 result_key = ItsSession.RESULT_KEY
168 results[s] = {result_key: ItsSession.RESULT_NOT_EXECUTED}
355 results[scene][result_key] = (ItsSession.RESULT_PASS if passed
356 else ItsSession.RESULT_FAIL)
357 results[scene][ItsSession.SUMMARY_KEY] = summary_path
Dget_camera_ids.py29 with its.device.ItsSession() as cam:
Dconfig.py50 with its.device.ItsSession() as cam:
Dvalidate_scene.py47 with its.device.ItsSession() as cam:
/cts/apps/CameraITS/tests/scene0/
Dtest_sensor_events.py26 with its.device.ItsSession() as cam:
Dtest_capture_result_dump.py26 with its.device.ItsSession() as cam:
Dtest_camera_properties.py24 with its.device.ItsSession() as cam:
Dtest_burst_capture.py28 with its.device.ItsSession() as cam:
Dtest_param_sensitivity_burst.py29 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/scene1/
Dtest_3a.py24 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:
/cts/apps/CameraITS/tests/inprog/
Dtest_test_patterns.py25 with its.device.ItsSession() as cam:
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/scene3/
Dtest_3a_consistency.py34 with its.device.ItsSession() as cam:

123