Searched refs:tData (Results 1 – 5 of 5) sorted by relevance
/hardware/st/secure_element/ese-spi-driver/utils-lib/ |
D | DataMgmt.cc | 94 newNode->tData.len = data_len; in DataMgmt_StoreDataInList() 95 newNode->tData.data = (uint8_t*)malloc(ATP.ifsc * sizeof(uint8_t)); in DataMgmt_StoreDataInList() 96 if (newNode->tData.data == NULL) { in DataMgmt_StoreDataInList() 100 memcpy(newNode->tData.data, pbuff, data_len); in DataMgmt_StoreDataInList() 130 if (new_node->tData.len > ATP.ifsc) { in DataMgmt_GetDataFromList() 133 memcpy((pbuff + offset), new_node->tData.data, new_node->tData.len); in DataMgmt_GetDataFromList() 134 offset += new_node->tData.len; in DataMgmt_GetDataFromList() 159 free(current->tData.data); in DataMgmt_DeletList() 160 current->tData.data = NULL; in DataMgmt_DeletList()
|
D | DataMgmt.h | 25 Tpdu tData; member
|
/hardware/nxp/secure_element/libese-spi/p73/lib/ |
D | phNxpEseDataMgr.cpp | 90 newNode->tData.wLen = data_len; in phNxpEse_StoreDatainList() 91 phNxpEse_memcpy(newNode->tData.sbuffer, pbuff, data_len); in phNxpEse_StoreDatainList() 121 phNxpEse_memcpy((pbuff + offset), new_node->tData.sbuffer, in phNxpEse_GetDataFromList() 122 new_node->tData.wLen); in phNxpEse_GetDataFromList() 123 offset += new_node->tData.wLen; in phNxpEse_GetDataFromList()
|
D | phNxpEseDataMgr.h | 30 tData; /* buffer to be used to store the received payload */ member
|
/hardware/nxp/nfc/halimpl/dnld/ |
D | phNxpNciHal_Dnld.cc | 363 phDnldNfc_Buff_t tData; in phNxpNciHal_fw_dnld_normal() local 378 (tData.pBuff) = bClkVal; in phNxpNciHal_fw_dnld_normal() 379 (tData.wLen) = sizeof(bClkVal); in phNxpNciHal_fw_dnld_normal() 390 &tData, (pphDnldNfc_RspCb_t)&phNxpNciHal_fw_dnld_normal_cb, in phNxpNciHal_fw_dnld_normal() 435 phDnldNfc_Buff_t tData; in phNxpNciHal_fw_dnld_force() local 450 (tData.pBuff) = bClkVal; in phNxpNciHal_fw_dnld_force() 451 (tData.wLen) = sizeof(bClkVal); in phNxpNciHal_fw_dnld_force() 461 wStatus = phDnldNfc_Force(&tData, in phNxpNciHal_fw_dnld_force() 1420 phDnldNfc_Buff_t tData; in phNxpNciHal_fw_dnld_log() local 1434 (tData.pBuff) = (uint8_t*)&(gphNxpNciHal_fw_IoctlCtx.tLogParams); in phNxpNciHal_fw_dnld_log() [all …]
|