Searched refs:wLength (Results 1 – 5 of 5) sorted by relevance
/hardware/nxp/nfc/halimpl/tml/ |
D | phTmlNfc.cc | 365 gpphTmlNfc_Context->tReadInfo.wLength = (uint16_t)(dwNoBytesWrRd); in phTmlNfc_TmlThread() 368 gpphTmlNfc_Context->tReadInfo.wLength); in phTmlNfc_TmlThread() 377 tTransactionInfo.wLength = gpphTmlNfc_Context->tReadInfo.wLength; in phTmlNfc_TmlThread() 448 gpphTmlNfc_Context->tWriteInfo.wLength); in phTmlNfc_TmlWriterThread() 466 gpphTmlNfc_Context->tWriteInfo.wLength); in phTmlNfc_TmlWriterThread() 478 tTransactionInfo.wLength = (uint16_t)dwNoBytesWrRd; in phTmlNfc_TmlWriterThread() 648 NFCSTATUS phTmlNfc_Write(uint8_t* pBuffer, uint16_t wLength, in phTmlNfc_Write() argument 657 (PH_TMLNFC_RESET_VALUE != wLength) && (NULL != pTmlWriteComplete)) { in phTmlNfc_Write() 665 gpphTmlNfc_Context->tWriteInfo.wLength = wLength; in phTmlNfc_Write() 744 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 213 NFCSTATUS phTmlNfc_Write(uint8_t* pBuffer, uint16_t wLength, 216 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 | 1091 nxpncihal_ctrl.rx_ese_data_len = pInfo->wLength; in phNxpNciHal_read_complete() 1096 nxpncihal_ctrl.rx_data_len = pInfo->wLength; in phNxpNciHal_read_complete() 1101 phNxpNciHal_print_res_status(pInfo->pBuff, &pInfo->wLength); in phNxpNciHal_read_complete()
|