Home
last modified time | relevance | path

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

/hardware/nxp/secure_element/snxxx/ese-clients/src/
DeSEClient.cpp58 se_extns_entry se_intf; variable
121 se_intf.isJcopUpdateRequired = getJcopUpdateRequired(); in checkEseClientUpdate()
122 se_intf.isLSUpdateRequired = getLsUpdateRequired(); in checkEseClientUpdate()
123 se_intf.sJcopUpdateIntferface = getJcopUpdateIntf(); in checkEseClientUpdate()
124 se_intf.sLsUpdateIntferface = getLsUpdateIntf(); in checkEseClientUpdate()
125 if ((se_intf.isJcopUpdateRequired && se_intf.sJcopUpdateIntferface) || in checkEseClientUpdate()
126 (se_intf.isLSUpdateRequired && se_intf.sLsUpdateIntferface)) in checkEseClientUpdate()
256 if (!se_intf.isJcopUpdateRequired && mHalNxpNfc->isJcopUpdateRequired()) { in eSEClientUpdate_ThreadHandler()
257 se_intf.isJcopUpdateRequired = true; in eSEClientUpdate_ThreadHandler()
259 se_intf.isJcopUpdateRequired); in eSEClientUpdate_ThreadHandler()
[all …]