HomeSort by relevance Sort by last modified time
    Searched refs:hw_id (Results 1 - 2 of 2) sorted by null

  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_dm.c 452 ** Description: The hw_id of certain chips are shifted by 8 bits.
453 ** Adjust the hw_id before processing.
458 static UINT32 nfc_hal_dm_adjust_hw_id (UINT32 hw_id)
460 if ((hw_id & 0xF0000000) == 0)
461 hw_id <<= 4; /* shift hw_id by 4 bits to align w the format of most chips */
462 return hw_id;
582 UINT32 hw_id = 0; local
669 STREAM_TO_UINT32 (hw_id, p);
670 nfc_hal_cb.dev_cb.brcm_hw_id = nfc_hal_dm_adjust_hw_id (hw_id);
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js     [all...]

Completed in 154 milliseconds