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

  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_prm.c 188 if (nfc_hal_cb.prm.spd_cur_patch_idx >= nfc_hal_cb.prm.spd_patch_count)
340 STREAM_TO_UINT8 (nfc_hal_cb.prm.spd_patch_count, p);
342 if (nfc_hal_cb.prm.spd_patch_count > NFC_HAL_PRM_MAX_PATCH_COUNT)
345 nfc_hal_cb.prm.spd_patch_count, NFC_HAL_PRM_MAX_PATCH_COUNT);
352 for (i = 0; i < nfc_hal_cb.prm.spd_patch_count; i++)
379 nfc_hal_cb.prm.spd_patch_count, patchfile_patch_present_mask, patchfile_patchsize);
737 if ((nfc_hal_cb.prm.spd_patch_needed_mask) && (nfc_hal_cb.prm.spd_cur_patch_idx < nfc_hal_cb.prm.spd_patch_count))
    [all...]
  /external/libnfc-nci/src/hal/int/
nfc_hal_int.h 320 UINT8 spd_patch_count; /* Number of patches left to download */ member in struct:__anon23216

Completed in 27 milliseconds