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

  /external/libnfc-nxp/src/
phLibNfc.h     [all...]
phLibNfc_SE.c 358 NFCSTATUS phLibNfc_SE_GetSecureElementList(
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcSecureElement.cpp 273 TRACE("phLibNfc_SE_GetSecureElementList()");
274 ret = phLibNfc_SE_GetSecureElementList( SE_List, &No_SE);
455 ALOGE("phLibNfc_SE_GetSecureElementList(): No SMX detected");
461 ALOGE("phLibNfc_SE_GetSecureElementList(): Error");
com_android_nfc_NativeNfcManager.cpp 484 ALOGD("phLibNfc_SE_GetSecureElementList()");
485 status = phLibNfc_SE_GetSecureElementList(SE_List, &No_SE);
489 ALOGD("phLibNfc_SE_GetSecureElementList(): Error");
498 ALOGD("phLibNfc_SE_GetSecureElementList(): SMX detected, handle=%p", (void*)SE_List[i].hSecureElement);
500 ALOGD("phLibNfc_SE_GetSecureElementList(): UICC detected, handle=%p", (void*)SE_List[i].hSecureElement);
    [all...]

Completed in 31 milliseconds