Searched refs:hw_id (Results 1 – 13 of 13) sorted by relevance
/external/autotest/client/cros/input_playback/ |
D | input_playback.py | 24 self.hw_id = None # e.g. '90.0' 32 s += '\n hw_id: %s' % self.hw_id 286 hw_id = 'wacom' # Wacom styluses don't actually have hwids. 310 return fw_id, hw_id 326 fw_id, hw_id = None, None 330 return fw_id, hw_id 348 if hw_id: 350 'value was %s!', hw_id) 351 hw_id = self._get_contents_of_file(hw_path) 354 if not hw_id: [all …]
|
/external/autotest/client/site_tests/touch_UpdateErrors/ |
D | touch_UpdateErrors.py | 89 hw_id = self.player.devices[input_type].hw_id 90 if not hw_id: 103 '%s.*%s' % (updater_name, hw_id), 105 r'.* ([[:xdigit:]]\+:%s)$' % hw_id
|
/external/libese/tools/ese_replay/ |
D | main.c | 72 int hw_id = find_supported_hardware(&kSupportedHardware, argv[1]); in main() local 73 if (hw_id < 0) { in main() 77 const struct Hardware *hw = &kSupportedHardware.hw[hw_id]; in main()
|
/external/autotest/client/cros/ |
D | touch_playback_test_base.py | 100 hw_id = self.player.devices[input_type].hw_id 101 if not hw_id: 103 filename_fmt = '%s_%s_%s' % (self._platform, input_type, hw_id)
|
/external/autotest/client/site_tests/longevity_Tracker/ |
D | longevity_Tracker.py | 343 'hardware_identifier': 'a_' + self.hw_id, 521 self.hw_id = self._get_hwid()
|
/external/mesa3d/src/intel/perf/ |
D | gen_perf_mdapi.c | 78 mdapi_data->ReportId = result->hw_id; in gen_perf_query_result_write_mdapi() 109 mdapi_data->ReportId = result->hw_id; in gen_perf_query_result_write_mdapi()
|
D | gen_perf.h | 134 uint32_t hw_id; member
|
D | gen_perf.c | 1037 if (result->hw_id == OA_REPORT_INVALID_CTX_ID && in gen_perf_query_result_accumulate() 1039 result->hw_id = start[2]; in gen_perf_query_result_accumulate() 1095 result->hw_id = OA_REPORT_INVALID_CTX_ID; /* invalid */ in gen_perf_query_result_clear()
|
/external/mesa3d/docs/relnotes/ |
D | 19.2.8.rst | 74 - intel/perf: fix invalid hw_id in query results
|
D | 19.3.0.rst | 2289 - intel/perf: fix invalid hw_id in query results
|
D | 20.0.0.rst | 2116 - intel/perf: fix invalid hw_id in query results
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_debug.c | 860 uint32_t hw_id; member 876 R_00045C_SQ_WAVE_HW_ID1, regs->hw_id, ~0); in radv_dump_sq_hw_regs() 885 R_000050_SQ_WAVE_HW_ID, regs->hw_id, ~0); in radv_dump_sq_hw_regs()
|
/external/cpuinfo/test/dmesg/ |
D | lg-k10-eu.log | 453 <6>[ 0.312044 / 01-01 00:00:00.289] [300] hw_id :100
|