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

  /external/libnfc-nci/src/nfc/nfc/
nfc_vs.c 63 if (nfc_cb.p_vs_cb[i] == NULL)
65 nfc_cb.p_vs_cb[i] = p_cback;
76 if (nfc_cb.p_vs_cb[i] == p_cback)
78 nfc_cb.p_vs_cb[i] = NULL;
  /external/libnfc-nci/src/nfc/nci/
nci_hrcv.c 475 if (nfc_cb.p_vs_cb[i])
477 (*nfc_cb.p_vs_cb[i]) ((tNFC_VS_EVT) (NCI_NTF_BIT|op_code), p_msg->len, p_evt);
  /external/libnfc-nci/src/nfc/int/
nfc_int.h 156 tNFC_VS_CBACK *p_vs_cb[NFC_NUM_VS_CBACKS];/* Register for vendor specific events */ member in struct:__anon8066

Completed in 61 milliseconds