Home
last modified time | relevance | path

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

/hardware/nxp/secure_element/libese-spi/p73/lib/
DphNxpEse_Internal.h34 ESE_STATUS_CLOSE = 0x00, enumerator
DphNxpEse_Api.cpp173 if (nxpese_ctxt.EseLibStatus != ESE_STATUS_CLOSE) { in phNxpEse_open()
316 nxpese_ctxt.EseLibStatus = ESE_STATUS_CLOSE; in phNxpEse_open()
329 bool phNxpEse_isOpen() { return nxpese_ctxt.EseLibStatus != ESE_STATUS_CLOSE; } in phNxpEse_isOpen()
515 nxpese_ctxt.EseLibStatus = ESE_STATUS_CLOSE; in phNxpEse_openPrioSession()
606 } else if ((ESE_STATUS_CLOSE == nxpese_ctxt.EseLibStatus)) { in phNxpEse_Transceive()
846 if ((ESE_STATUS_CLOSE == nxpese_ctxt.EseLibStatus)) { in phNxpEse_close()