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

  /hardware/nxp/secure_element/libese-spi/p73/lib/
phNxpEse_Internal.h 34 ESE_STATUS_CLOSE = 0x00,
phNxpEse_Api.cpp 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)) {
846 if ((ESE_STATUS_CLOSE == nxpese_ctxt.EseLibStatus)) {
    [all...]

Completed in 48 milliseconds