Home
last modified time | relevance | path

Searched refs:respSW (Results 1 – 4 of 4) sorted by relevance

/external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/
DAlaLib.cpp93 tJBL_STATUS ALA_Start(const char *name, const char *dest, UINT8 *pdata, UINT16 len, UINT8 *respSW) in ALA_Start() argument
106 status = Perform_ALA(name, dest, pdata, len, respSW); in ALA_Start()
DAla.cpp190 UINT16 len, UINT8 *respSW) in Perform_ALA() argument
223 memcpy(&respSW[0],&lsExecuteResp[0],4); in Perform_ALA()
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/include/
DAlaLib.h51 unsigned char ALA_Start(const char *name, const char *dest, UINT8 *pdata, UINT16 len, UINT8 *respSW
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/inc/
DAla.h194 …ATUS Perform_ALA(const char *path,const char *dest, const UINT8 *pdata, UINT16 len, UINT8 *respSW);