Home
last modified time | relevance | path

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

/hardware/nxp/secure_element/snxxx/libese-spi/p73/inc/
DphNxpEse_Api.h73 #define RESET_APP_WTX_COUNT 0 macro
/hardware/nxp/secure_element/snxxx/1.2/OsuHal/src/
DOsuHalExtn.cpp107 phNxpEse_setWtxCountLimit(RESET_APP_WTX_COUNT); in isOsuMode()
/hardware/nxp/secure_element/snxxx/1.2/
DSecureElement.cpp116 phNxpEse_setWtxCountLimit(RESET_APP_WTX_COUNT); in init()
180 phNxpEse_setWtxCountLimit(RESET_APP_WTX_COUNT); in init_1_1()
543 phNxpEse_setWtxCountLimit(RESET_APP_WTX_COUNT); in openBasicChannel()
/hardware/nxp/secure_element/snxxx/libese-spi/p73/lib/
DphNxpEse_Api.cpp55 static unsigned long int app_wtx_cnt = RESET_APP_WTX_COUNT;
152 if (app_wtx_cnt > RESET_APP_WTX_COUNT) { in phNxpEse_init()