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/nxp/jni/
com_android_nfc_NativeP2pDevice.cpp 376 TRACE("phLibNfc_RemoteDev_Receive()");
378 status = phLibNfc_RemoteDev_Receive(handle, nfc_jni_receive_callback,(void *)&cb_data);
382 ALOGE("phLibNfc_RemoteDev_Receive() returned 0x%04x[%s]", status, nfc_jni_get_status_name(status));
385 TRACE("phLibNfc_RemoteDev_Receive() returned 0x%04x[%s]", status, nfc_jni_get_status_name(status));

Completed in 323 milliseconds