Home
last modified time | relevance | path

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

/external/autotest/client/cros/input_playback/
Dinput_playback.py23 self.hw_id = None # e.g. '90.0'
31 s += '\n hw_id: %s' % self.hw_id
249 fw_id, hw_id = None, None
252 return fw_id, hw_id
266 hw_id = self._get_contents_of_file(hw_path)
270 if not hw_id:
280 hw_id = vendor + product
282 hw_id = product
301 return fw_id, hw_id
348 fw_id, hw_id = self._find_device_ids(device_dir, input_type)
[all …]
/external/autotest/client/site_tests/touch_UpdateErrors/
Dtouch_UpdateErrors.py68 hw_id = self.player.devices[input_type].hw_id
69 if not hw_id:
76 '"Product[^a-z0-9]ID[^a-z0-9]*%s"' % hw_id]
/external/autotest/client/cros/
Dtouch_playback_test_base.py77 hw_id = self.player.devices[input_type].hw_id
78 if not hw_id:
84 filename = '%s_%s_%s_%s' % (self._platform, input_type, hw_id,
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
Dnfc_hal_dm.c483 static UINT32 nfc_hal_dm_adjust_hw_id (UINT32 hw_id) in nfc_hal_dm_adjust_hw_id() argument
485 if ((hw_id & 0xF0000000) == 0) in nfc_hal_dm_adjust_hw_id()
486 hw_id <<= 4; /* shift hw_id by 4 bits to align w the format of most chips */ in nfc_hal_dm_adjust_hw_id()
487 return hw_id; in nfc_hal_dm_adjust_hw_id()
626 UINT32 hw_id = 0; in nfc_hal_dm_proc_msg_during_init() local
713 STREAM_TO_UINT32 (hw_id, p); in nfc_hal_dm_proc_msg_during_init()
714 nfc_hal_cb.dev_cb.brcm_hw_id = nfc_hal_dm_adjust_hw_id (hw_id); in nfc_hal_dm_proc_msg_during_init()
715 HAL_TRACE_DEBUG2 ("brcm_hw_id: 0x%x -> 0x%x", hw_id, nfc_hal_cb.dev_cb.brcm_hw_id); in nfc_hal_dm_proc_msg_during_init()