HomeSort by relevance Sort by last modified time
    Searched refs:EseLibStatus (Results 1 - 2 of 2) sorted by null

  /hardware/nxp/secure_element/libese-spi/p73/lib/
phNxpEse_Internal.h 80 phNxpEse_LibStatus EseLibStatus; /* Indicate if Ese Lib is open or closed */
phNxpEse_Api.cpp 98 nxpese_ctxt.EseLibStatus = ESE_STATUS_OPEN;
173 if (nxpese_ctxt.EseLibStatus != ESE_STATUS_CLOSE) {
316 nxpese_ctxt.EseLibStatus = ESE_STATUS_CLOSE;
329 bool phNxpEse_isOpen() { return nxpese_ctxt.EseLibStatus != ESE_STATUS_CLOSE; }
515 nxpese_ctxt.EseLibStatus = ESE_STATUS_CLOSE;
606 } else if ((ESE_STATUS_CLOSE == nxpese_ctxt.EseLibStatus)) {
609 } else if ((ESE_STATUS_BUSY == nxpese_ctxt.EseLibStatus)) {
613 nxpese_ctxt.EseLibStatus = ESE_STATUS_BUSY;
619 nxpese_ctxt.EseLibStatus = ESE_STATUS_IDLE;
846 if ((ESE_STATUS_CLOSE == nxpese_ctxt.EseLibStatus)) {
    [all...]

Completed in 85 milliseconds