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

  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeP2pDevice.cpp 308 TRACE("phLibNfc_RemoteDev_Transceive(P2P)");
310 status = phLibNfc_RemoteDev_Transceive(handle, &transceive_info, nfc_jni_transceive_callback, (void *)&cb_data);
314 ALOGE("phLibNfc_RemoteDev_Transceive(P2P) returned 0x%04x[%s]", status, nfc_jni_get_status_name(status));
317 TRACE("phLibNfc_RemoteDev_Transceive(P2P) returned 0x%04x[%s]", status, nfc_jni_get_status_name(status));
com_android_nfc_NativeNfcTag.cpp 819 TRACE("phLibNfc_RemoteDev_Transceive()");
821 status = phLibNfc_RemoteDev_Transceive(handle, &transceive_info,
826 ALOGE("phLibNfc_RemoteDev_Transceive() returned 0x%04x[%s]", status, nfc_jni_get_status_name(status));
832 TRACE("phLibNfc_RemoteDev_Transceive() returned 0x%04x[%s]", status, nfc_jni_get_status_name(status));
    [all...]
  /external/libnfc-nxp/src/
phLibNfc.h     [all...]
phLibNfc_initiator.c     [all...]

Completed in 302 milliseconds