HomeSort by relevance Sort by last modified time
    Searched refs:ALA_Start (Results 1 - 3 of 3) sorted by null

  /external/libese/third_party/NXPNFC_P61_JCOP_Kit/include/
AlaLib.h 43 ** Function: ALA_Start
51 unsigned char ALA_Start(const char *name, const char *dest, UINT8 *pdata, UINT16 len, UINT8 *respSW);
53 unsigned char ALA_Start(const char *name, UINT8 *pdata, UINT16 len);
  /external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/
AlaLib.cpp 85 ** Function: ALA_Start
93 tJBL_STATUS ALA_Start(const char *name, const char *dest, UINT8 *pdata, UINT16 len, UINT8 *respSW)
95 tJBL_STATUS ALA_Start(const char *name, UINT8 *pdata, UINT16 len)
98 static const char fn[] = "ALA_Start";
  /external/libese/tools/ese_ls_provision/
ese_ls_provision.cpp 114 status = ALA_Start(
121 LOG(ERROR) << "ALA_Start failed with status " << (int) status;

Completed in 102 milliseconds