Home
last modified time | relevance | path

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

/hardware/nxp/keymint/transport/include/
DEseTransportUtils.h23 #define MAX_GET_SERVICE_RETRY 10 macro
/hardware/nxp/keymint/transport/
DAppletConnection.cpp110 …while (( mSEClient == nullptr ) && retry++ < MAX_GET_SERVICE_RETRY ){ // How long should we try be… in connectToSEService()