Searched refs:wLength (Results 1 – 5 of 5) sorted by relevance
/hardware/nxp/nfc/halimpl/tml/ |
D | phTmlNfc.cc | 364 gpphTmlNfc_Context->tReadInfo.wLength = (uint16_t)(dwNoBytesWrRd); in phTmlNfc_TmlThread() 367 gpphTmlNfc_Context->tReadInfo.wLength); in phTmlNfc_TmlThread() 376 tTransactionInfo.wLength = gpphTmlNfc_Context->tReadInfo.wLength; in phTmlNfc_TmlThread() 447 gpphTmlNfc_Context->tWriteInfo.wLength); in phTmlNfc_TmlWriterThread() 465 gpphTmlNfc_Context->tWriteInfo.wLength); in phTmlNfc_TmlWriterThread() 477 tTransactionInfo.wLength = (uint16_t)dwNoBytesWrRd; in phTmlNfc_TmlWriterThread() 646 NFCSTATUS phTmlNfc_Write(uint8_t* pBuffer, uint16_t wLength, in phTmlNfc_Write() argument 655 (PH_TMLNFC_RESET_VALUE != wLength) && (NULL != pTmlWriteComplete)) { in phTmlNfc_Write() 663 gpphTmlNfc_Context->tWriteInfo.wLength = wLength; in phTmlNfc_Write() 742 NFCSTATUS phTmlNfc_Read(uint8_t* pBuffer, uint16_t wLength, in phTmlNfc_Read() argument [all …]
|
D | phTmlNfc.h | 76 uint16_t wLength; /* Data size of the Transaction*/ member 136 uint16_t wLength; /*Length of data read/written */ member 215 NFCSTATUS phTmlNfc_Write(uint8_t* pBuffer, uint16_t wLength, 218 NFCSTATUS phTmlNfc_Read(uint8_t* pBuffer, uint16_t wLength,
|
/hardware/nxp/nfc/halimpl/dnld/ |
D | phDnldNfc_Internal.cc | 834 if ((PH_DL_STATUS_OK != pInfo->wStatus) || (0 == pInfo->wLength) || in phDnldNfc_ProcessFrame() 843 (pInfo->wLength)); in phDnldNfc_ProcessFrame() 845 (pDlCtxt->tRspBuffInfo.wLen) = (pInfo->wLength); in phDnldNfc_ProcessFrame() 852 (pInfo->pBuff), ((pInfo->wLength) - PHDNLDNFC_FRAME_CRC_LEN)); in phDnldNfc_ProcessFrame() 855 wRecvdCrc = (((uint16_t)(pInfo->pBuff[(pInfo->wLength) - 2]) << 8U) | in phDnldNfc_ProcessFrame() 856 (pInfo->pBuff[(pInfo->wLength) - 1])); in phDnldNfc_ProcessFrame() 863 wPldLen = ((pInfo->wLength) - in phDnldNfc_ProcessFrame()
|
/hardware/nxp/nfc/halimpl/self-test/ |
D | phNxpNciHal_SelfTest.cc | 540 if ((act->wLength == 0x05) && in st_validator_testSWP1_vltg() 811 if (exp->len <= act->wLength && in st_validator_testEquals()
|
/hardware/nxp/nfc/halimpl/hal/ |
D | phNxpNciHal.cc | 1102 nxpncihal_ctrl.rx_ese_data_len = pInfo->wLength; in phNxpNciHal_read_complete() 1107 nxpncihal_ctrl.rx_data_len = pInfo->wLength; in phNxpNciHal_read_complete() 1112 phNxpNciHal_print_res_status(pInfo->pBuff, &pInfo->wLength); in phNxpNciHal_read_complete()
|