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

  /external/libnfc-nxp/src/
phLibNfc.h     [all...]
phLibNfc_initiator.c 772 phLibNfc_RemoteDev_Transceive(phLibNfc_Handle hRemoteDevice,
    [all...]
  /packages/apps/Nfc/jni/
com_android_nfc_NativeP2pDevice.cpp 255 TRACE("phLibNfc_RemoteDev_Transceive(P2P)");
257 status = phLibNfc_RemoteDev_Transceive(handle, &transceive_info, nfc_jni_transceive_callback, (void *)e);
261 LOGE("phLibNfc_RemoteDev_Transceive(P2P) returned 0x%04x[%s]", status, nfc_jni_get_status_name(status));
264 TRACE("phLibNfc_RemoteDev_Transceive(P2P) returned 0x%04x[%s]", status, nfc_jni_get_status_name(status));
com_android_nfc_NativeNfcTag.cpp 456 TRACE("phLibNfc_RemoteDev_Transceive()");
458 status = phLibNfc_RemoteDev_Transceive(handle, &transceive_info,
463 LOGE("phLibNfc_RemoteDev_Transceive() returned 0x%04x[%s]", status, nfc_jni_get_status_name(status));
466 TRACE("phLibNfc_RemoteDev_Transceive() returned 0x%04x[%s]", status, nfc_jni_get_status_name(status));
473 LOGE("phLibNfc_RemoteDev_Transceive() returned 0x%04x[%s]", status, nfc_jni_get_status_name(status));

Completed in 57 milliseconds