Searched refs:Os_info (Results 1 - 4 of 4) sorted by relevance

/external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/
H A DAla.cpp520 tJBL_STATUS ALA_OpenChannel(Ala_ImageInfo_t *Os_info, tJBL_STATUS status, argument
527 Os_info->channel_cnt = 0x00;
529 if(Os_info == NULL ||
571 UINT8 cnt = Os_info->channel_cnt;
572 Os_info->Channel_Info[cnt].channel_id = pTranscv_Info->sRecvData[recvBufferActualSize-3];
573 Os_info->Channel_Info[cnt].isOpend = true;
574 Os_info->channel_cnt++;
591 tJBL_STATUS ALA_SelectAla(Ala_ImageInfo_t *Os_info, tJBL_STATUS status, Ala_TranscieveInfo_t *pTranscv_Info) argument
602 if(Os_info == NULL ||
609 pTranscv_Info->sSendData[0] = Os_info
714 ALA_StoreData(Ala_ImageInfo_t *Os_info, tJBL_STATUS status, Ala_TranscieveInfo_t *pTranscv_Info) argument
782 ALA_loadapplet(Ala_ImageInfo_t *Os_info, tJBL_STATUS status, Ala_TranscieveInfo_t *pTranscv_Info) argument
1063 ALA_Check_KeyIdentifier(Ala_ImageInfo_t *Os_info, tJBL_STATUS status, Ala_TranscieveInfo_t *pTranscv_Info) argument
1305 ALA_ReadScript(Ala_ImageInfo_t *Os_info, UINT8 *read_buf) argument
1449 ALA_SendtoEse(Ala_ImageInfo_t *Os_info, tJBL_STATUS status, Ala_TranscieveInfo_t *pTranscv_Info) argument
1568 ALA_SendtoAla(Ala_ImageInfo_t *Os_info, tJBL_STATUS status, Ala_TranscieveInfo_t *pTranscv_Info) argument
1615 ALA_CloseChannel(Ala_ImageInfo_t *Os_info, tJBL_STATUS status, Ala_TranscieveInfo_t *pTranscv_Info) argument
1863 Process_EseResponse(Ala_TranscieveInfo_t *pTranscv_Info, INT32 recv_len, Ala_ImageInfo_t *Os_info) argument
[all...]
H A DJcopOsDownload.cpp423 tJBL_STATUS JcopOsDwnld::load_JcopOS_image(JcopOs_ImageInfo_t *Os_info, tJBL_STATUS status, JcopOs_TranscieveInfo_t *pTranscv_Info) argument
434 if(Os_info == NULL ||
440 Os_info->fp = fopen(Os_info->fls_path, "r+");
442 if (Os_info->fp == NULL) {
444 Os_info->fls_path, strerror(errno));
447 wResult = fseek(Os_info->fp, 0L, SEEK_END);
452 Os_info->fls_size = ftell(Os_info->fp);
453 if (Os_info
570 GetJcopOsState(JcopOs_ImageInfo_t *Os_info, UINT8 *counter) argument
642 SetJcopOsState(JcopOs_ImageInfo_t *Os_info, UINT8 state) argument
[all...]
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/inc/
H A DJcopOsDownload.h135 tJBL_STATUS load_JcopOS_image(JcopOs_ImageInfo_t *Os_info, tJBL_STATUS status, JcopOs_TranscieveInfo_t *pTranscv_Info);
144 tJBL_STATUS GetJcopOsState(JcopOs_ImageInfo_t *Os_info, UINT8 *counter);
145 tJBL_STATUS SetJcopOsState(JcopOs_ImageInfo_t *Os_info, UINT8 state);
H A DAla.h210 ALA_loadapplet(Ala_ImageInfo_t *Os_info, tJBL_STATUS status, Ala_TranscieveInfo_t *pTranscv_Info);
234 tJBL_STATUS Certificate_Verification(Ala_ImageInfo_t *Os_info, Ala_TranscieveInfo_t
237 tJBL_STATUS Check_Complete_7F21_Tag(Ala_ImageInfo_t *Os_info,
240 tJBL_STATUS ALA_getAppletLsStatus(Ala_ImageInfo_t *Os_info, tJBL_STATUS status, Ala_TranscieveInfo_t *pTranscv_Info);
250 tJBL_STATUS ALA_SendtoEse(Ala_ImageInfo_t *Os_info, tJBL_STATUS status, Ala_TranscieveInfo_t *pTranscv_Info);
254 tJBL_STATUS ALA_SendtoAla(Ala_ImageInfo_t *Os_info, tJBL_STATUS status, Ala_TranscieveInfo_t *pTranscv_Info, Ls_TagType tType);
256 tJBL_STATUS ALA_SendtoAla(Ala_ImageInfo_t *Os_info, tJBL_STATUS status, Ala_TranscieveInfo_t *pTranscv_Info);
258 tJBL_STATUS ALA_CloseChannel(Ala_ImageInfo_t *Os_info, tJBL_STATUS status, Ala_TranscieveInfo_t *pTranscv_Info);
265 tJBL_STATUS ALA_Check_KeyIdentifier(Ala_ImageInfo_t *Os_info, tJBL_STATUS status,
269 tJBL_STATUS ALA_Check_KeyIdentifier(Ala_ImageInfo_t *Os_info, tJBL_STATU
[all...]

Completed in 176 milliseconds