Searched refs:wLength (Results 1 – 5 of 5) sorted by relevance
/hardware/nxp/nfc/halimpl/tml/ |
D | phTmlNfc.cc | 373 gpphTmlNfc_Context->tReadInfo.wLength = (uint16_t)(dwNoBytesWrRd); in phTmlNfc_TmlThread() 376 gpphTmlNfc_Context->tReadInfo.wLength); in phTmlNfc_TmlThread() 385 tTransactionInfo.wLength = gpphTmlNfc_Context->tReadInfo.wLength; in phTmlNfc_TmlThread() 456 gpphTmlNfc_Context->tWriteInfo.wLength); in phTmlNfc_TmlWriterThread() 474 gpphTmlNfc_Context->tWriteInfo.wLength); in phTmlNfc_TmlWriterThread() 486 tTransactionInfo.wLength = (uint16_t)dwNoBytesWrRd; in phTmlNfc_TmlWriterThread() 655 NFCSTATUS phTmlNfc_Write(uint8_t* pBuffer, uint16_t wLength, in phTmlNfc_Write() argument 664 (PH_TMLNFC_RESET_VALUE != wLength) && (NULL != pTmlWriteComplete)) { in phTmlNfc_Write() 672 gpphTmlNfc_Context->tWriteInfo.wLength = wLength; in phTmlNfc_Write() 751 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 | 840 if ((PH_DL_STATUS_OK != pInfo->wStatus) || (0 == pInfo->wLength) || in phDnldNfc_ProcessFrame() 849 (pInfo->wLength)); in phDnldNfc_ProcessFrame() 851 (pDlCtxt->tRspBuffInfo.wLen) = (pInfo->wLength); in phDnldNfc_ProcessFrame() 858 (pInfo->pBuff), ((pInfo->wLength) - PHDNLDNFC_FRAME_CRC_LEN)); in phDnldNfc_ProcessFrame() 861 wRecvdCrc = (((uint16_t)(pInfo->pBuff[(pInfo->wLength) - 2]) << 8U) | in phDnldNfc_ProcessFrame() 862 (pInfo->pBuff[(pInfo->wLength) - 1])); in phDnldNfc_ProcessFrame() 869 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 | 1139 nxpncihal_ctrl.rx_ese_data_len = pInfo->wLength; in phNxpNciHal_read_complete() 1144 nxpncihal_ctrl.rx_data_len = pInfo->wLength; in phNxpNciHal_read_complete() 1149 phNxpNciHal_print_res_status(pInfo->pBuff, &pInfo->wLength); in phNxpNciHal_read_complete()
|