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/jni/
com_android_nfc_NativeNfcSecureElement.cpp 274 TRACE("phLibNfc_SE_GetSecureElementList()");
275 ret = phLibNfc_SE_GetSecureElementList( SE_List, &No_SE);
456 ALOGE("phLibNfc_SE_GetSecureElementList(): No SMX detected");
462 ALOGE("phLibNfc_SE_GetSecureElementList(): Error");
com_android_nfc_NativeNfcManager.cpp 478 ALOGD("phLibNfc_SE_GetSecureElementList()");
479 status = phLibNfc_SE_GetSecureElementList(SE_List, &No_SE);
483 ALOGD("phLibNfc_SE_GetSecureElementList(): Error");
492 ALOGD("phLibNfc_SE_GetSecureElementList(): SMX detected, handle=%p", (void*)SE_List[i].hSecureElement);
494 ALOGD("phLibNfc_SE_GetSecureElementList(): UICC detected, handle=%p", (void*)SE_List[i].hSecureElement);
    [all...]

Completed in 108 milliseconds