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

  /external/libnfc-nxp/src/
phLibNfc_target.c 81 NFCSTATUS phLibNfc_RemoteDev_Receive(phLibNfc_Handle hRemoteDevice,
phLibNfc.h     [all...]
  /packages/apps/Nfc/jni/
com_android_nfc_NativeP2pDevice.cpp 375 TRACE("phLibNfc_RemoteDev_Receive()");
377 status = phLibNfc_RemoteDev_Receive(handle, nfc_jni_receive_callback,(void *)&cb_data);
381 ALOGE("phLibNfc_RemoteDev_Receive() returned 0x%04x[%s]", status, nfc_jni_get_status_name(status));
384 TRACE("phLibNfc_RemoteDev_Receive() returned 0x%04x[%s]", status, nfc_jni_get_status_name(status));

Completed in 51 milliseconds