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

  /system/nfc/halimpl/pn54x/dnld/
phDnldNfc_Internal.c 483 if ((0 != (pDlCtxt->tRWInfo.wRemBytes)) &&
575 (pDlContext->tRWInfo.wRemBytes) = (pDlContext->tUserData.wLen);
591 (pDlContext->tRWInfo.wRemBytes) = (pDlContext->tRspBuffInfo.wLen);
771 ((pDlContext->tRWInfo.wRemBytes) > (pDlContext->tRWInfo.wRWPldSize))
773 : (pDlContext->tRWInfo.wRemBytes);
    [all...]
phDnldNfc_Internal.h 154 uint16_t wRemBytes; /* Remaining bytes to read/write */

Completed in 3985 milliseconds