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

  /external/libnfc-nci/src/nfc/nci/
nci_hrcv.c 128 nfc_ncif_event_status (NFC_GEN_ERROR_REVT, *pp);
194 nfc_ncif_event_status (NFC_SET_ROUTING_REVT, *pp);
199 nfc_ncif_event_status (NFC_GET_ROUTING_REVT, *pp);
205 nfc_ncif_event_status (NFC_RF_COMM_PARAMS_UPDATE_REVT, *pp);
  /external/libnfc-nci/src/nfc/nfc/
nfc_main.c 436 nfc_ncif_event_status (NFC_NFCC_TIMEOUT_REVT, NFC_STATUS_HW_TIMEOUT);
452 nfc_ncif_event_status (NFC_NFCC_TIMEOUT_REVT, NFC_STATUS_HW_TIMEOUT);
474 nfc_ncif_event_status (NFC_NFCC_TIMEOUT_REVT, NFC_STATUS_HW_TIMEOUT);
    [all...]
nfc_ncif.c 97 nfc_ncif_event_status(NFC_GEN_ERROR_REVT, NFC_STATUS_HW_TIMEOUT);
98 nfc_ncif_event_status(NFC_NFCC_TIMEOUT_REVT, NFC_STATUS_HW_TIMEOUT);
503 ** Function nfc_ncif_event_status
510 void nfc_ncif_event_status (tNFC_RESPONSE_EVT event, UINT8 status) function
    [all...]
  /external/libnfc-nci/src/nfc/int/
nfc_int.h 233 NFC_API extern void nfc_ncif_event_status (tNFC_RESPONSE_EVT event, UINT8 status);

Completed in 997 milliseconds