Home
last modified time | relevance | path

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

/hardware/nxp/secure_element/snxxx/ese-clients/src/
DeSEClient.cpp111 se_intf.isJcopUpdateRequired = getJcopUpdateRequired(); in checkEseClientUpdate()
115 if ((se_intf.isJcopUpdateRequired && se_intf.sJcopUpdateIntferface) || in checkEseClientUpdate()
238 if (!se_intf.isJcopUpdateRequired && mHalNxpNfc->isJcopUpdateRequired()) { in eSEClientUpdate_ThreadHandler()
239 se_intf.isJcopUpdateRequired = true; in eSEClientUpdate_ThreadHandler()
240 ALOGD(" se_intf.isJcopUpdateRequired = %d", se_intf.isJcopUpdateRequired); in eSEClientUpdate_ThreadHandler()
248 if (se_intf.isJcopUpdateRequired) { in eSEClientUpdate_ThreadHandler()
446 if (se_intf.isJcopUpdateRequired) { in eSEUpdate_SeqHandler()
/hardware/nxp/nfc/snxxx/extns/impl/nxpnfc/2.0/
DNxpNfc.h52 Return<bool> isJcopUpdateRequired() override;
DNxpNfc.cpp95 Return<bool> NxpNfc::isJcopUpdateRequired() { in isJcopUpdateRequired() function in vendor::nxp::nxpnfc::V2_0::implementation::NxpNfc
/hardware/nxp/nfc/intf/nxpnfc/2.0/
DINxpNfc.hal67 isJcopUpdateRequired() generates (bool status);