Home
last modified time | relevance | path

Searched refs:gpAla_Dwnld_Context (Results 1 – 2 of 2) sorted by relevance

/external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/
DAlaLib.cpp23 extern pAla_Dwnld_Context_t gpAla_Dwnld_Context;
58 channel = gpAla_Dwnld_Context->mchannel; in ALA_Init()
100 IChannel_t *channel = gpAla_Dwnld_Context->mchannel; in ALA_Start()
132 IChannel_t* channel = gpAla_Dwnld_Context->mchannel; in ALA_DeInit()
221 IChannel_t *channel = gpAla_Dwnld_Context->mchannel; in ALA_GetCertificateKey()
248 IChannel_t *channel = gpAla_Dwnld_Context->mchannel; in ALA_lsGetVersion()
274 IChannel_t *channel = gpAla_Dwnld_Context->mchannel; in ALA_lsGetStatus()
300 IChannel_t *channel = gpAla_Dwnld_Context->mchannel; in ALA_lsGetAppletStatus()
DAla.cpp24 pAla_Dwnld_Context_t gpAla_Dwnld_Context=NULL; variable
96 gpAla_Dwnld_Context = (pAla_Dwnld_Context_t)malloc(sizeof(Ala_Dwnld_Context_t)); in initialize()
97 if(gpAla_Dwnld_Context != NULL) in initialize()
99 memset((void *)gpAla_Dwnld_Context, 0, (UINT32)sizeof(Ala_Dwnld_Context_t)); in initialize()
106 gpAla_Dwnld_Context->mchannel = channel; in initialize()
170 if(gpAla_Dwnld_Context != NULL) in finalize()
172 gpAla_Dwnld_Context->mchannel = NULL; in finalize()
173 free(gpAla_Dwnld_Context); in finalize()
174 gpAla_Dwnld_Context = NULL; in finalize()
286 Ala_ImageInfo_t update_info = (Ala_ImageInfo_t )gpAla_Dwnld_Context->Image_info; in JsblCerId_seq_handler()
[all …]