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

  /packages/apps/Nfc/jni/
com_android_nfc_NativeLlcpServiceSocket.cpp 192 ret = phLibNfc_Llcp_Close(hLlcpSocket);
com_android_nfc_NativeLlcpConnectionlessSocket.cpp 216 TRACE("phLibNfc_Llcp_Close()");
218 ret = phLibNfc_Llcp_Close(hLlcpSocket);
222 TRACE("phLibNfc_Llcp_Close() returned 0x%04x[%s]", ret, nfc_jni_get_status_name(ret));
227 ALOGE("phLibNfc_Llcp_Close() returned 0x%04x[%s]", ret, nfc_jni_get_status_name(ret));
com_android_nfc_NativeLlcpSocket.cpp 235 TRACE("phLibNfc_Llcp_Close()");
237 ret = phLibNfc_Llcp_Close(hLlcpSocket);
241 ALOGE("phLibNfc_Llcp_Close() returned 0x%04x[%s]", ret, nfc_jni_get_status_name(ret));
244 TRACE("phLibNfc_Llcp_Close() returned 0x%04x[%s]", ret, nfc_jni_get_status_name(ret));
com_android_nfc_NativeNfcManager.cpp     [all...]
  /external/libnfc-nxp/src/
phLibNfc.h     [all...]
phLibNfc_llcp.c 589 NFCSTATUS phLibNfc_Llcp_Close( phLibNfc_Handle hSocket )
    [all...]

Completed in 376 milliseconds