Home
last modified time | relevance | path

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

/aosp12/hardware/nxp/secure_element/pn8x/ls_client/src/
H A DLsLib.cpp179 Os_info->Channel_Info[cnt].isOpend = true; in LSC_OpenChannel()
283 cmdApdu.p_data[0] = Os_info->Channel_Info[0].channel_id; in LSC_SelectLsc()
793 if (Os_info->Channel_Info[cnt].channel_id == in LSC_SendtoEse()
796 Os_info->Channel_Info[cnt].channel_id); in LSC_SendtoEse()
797 Os_info->Channel_Info[cnt].isOpend = false; in LSC_SendtoEse()
824 Os_info->Channel_Info[cnt].isOpend = true; in LSC_SendtoEse()
924 if (!Os_info->Channel_Info[cnt].isOpend) continue; in LSC_CloseChannel()
926 cmdApdu.p_data[xx++] = Os_info->Channel_Info[cnt].channel_id; in LSC_CloseChannel()
940 Os_info->Channel_Info[cnt].channel_id); in LSC_CloseChannel()
947 Os_info->Channel_Info[cnt].channel_id); in LSC_CloseChannel()
[all …]
/aosp12/hardware/nxp/secure_element/pn8x/ls_client/inc/
H A DLsLib.h51 Lsc_ChannelInfo_t Channel_Info[10]; member