Home
last modified time | relevance | path

Searched refs:hw_id (Results 1 – 5 of 5) sorted by relevance

/external/autotest/client/cros/input_playback/
Dinput_playback.py24 self.hw_id = None # e.g. '90.0'
32 s += '\n hw_id: %s' % self.hw_id
278 hw_id = 'wacom' # Wacom styluses don't actually have hwids.
302 return fw_id, hw_id
318 fw_id, hw_id = None, None
322 return fw_id, hw_id
340 if hw_id:
342 'value was %s!', hw_id)
343 hw_id = self._get_contents_of_file(hw_path)
346 if not hw_id:
[all …]
/external/autotest/client/site_tests/touch_UpdateErrors/
Dtouch_UpdateErrors.py89 hw_id = self.player.devices[input_type].hw_id
90 if not hw_id:
97 if hw_id == 'wacom': # Wacom styluses don't have Product ids.
98 pass_terms.append(hw_id)
100 pass_terms.append('"Product[^a-z0-9]ID[^a-z0-9]*%s"' % hw_id)
/external/libese/tools/ese_replay/
Dmain.c72 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/
Dtouch_playback_test_base.py94 hw_id = self.player.devices[input_type].hw_id
95 if not hw_id:
97 filename_fmt = '%s_%s_%s' % (self._platform, input_type, hw_id)
/external/autotest/client/site_tests/longevity_Tracker/
Dlongevity_Tracker.py343 'hardware_identifier': 'a_' + self.hw_id,
521 self.hw_id = self._get_hwid()