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 62 if (nfc_cb.p_vs_cb[i] == NULL)
64 nfc_cb.p_vs_cb[i] = p_cback;
75 if (nfc_cb.p_vs_cb[i] == p_cback)
77 nfc_cb.p_vs_cb[i] = NULL;
  /external/libnfc-nci/src/nfc/nci/
nci_hrcv.c 474 if (nfc_cb.p_vs_cb[i])
476 (*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 154 tNFC_VS_CBACK *p_vs_cb[NFC_NUM_VS_CBACKS];/* Register for vendor specific events */ member in struct:__anon9457

Completed in 19 milliseconds