Home
last modified time | relevance | path

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

/hardware/nxp/secure_element/ls_client/inc/
DLsClient.h51 LSCSTATUS LSC_doDownload(LSC_onCompletedCallback callback, void* arg);
/hardware/nxp/secure_element/1.1/
DSecureElement.cpp67 LSCSTATUS lsStatus = LSC_doDownload(onLSCompleted, (void*)this); in init()
108 LSCSTATUS lsStatus = LSC_doDownload(onLSCompleted, (void*)this); in init_1_1()
/hardware/nxp/secure_element/ls_client/src/
DLsClient.cpp175 LSCSTATUS LSC_doDownload(LSC_onCompletedCallback callback, void* args) { in LSC_doDownload() function
/hardware/nxp/secure_element/1.0/
DSecureElement.cpp68 LSCSTATUS lsStatus = LSC_doDownload(onLSCompleted, (void*)this); in init()