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

  /system/nfc/src/nfc/nci/
nci_hrcv.cc 93 nfc_ncif_event_status(NFC_SET_POWER_SUB_STATE_REVT, *pp);
134 nfc_ncif_event_status(NFC_GEN_ERROR_REVT, *pp);
201 nfc_ncif_event_status(NFC_SET_ROUTING_REVT, *pp);
206 nfc_ncif_event_status(NFC_GET_ROUTING_REVT, *pp);
212 nfc_ncif_event_status(NFC_RF_COMM_PARAMS_UPDATE_REVT, *pp);
  /system/nfc/src/nfc/include/
nfc_int.h 268 extern void nfc_ncif_event_status(tNFC_RESPONSE_EVT event, uint8_t status);
  /system/nfc/src/nfc/nfc/
nfc_main.cc 445 nfc_ncif_event_status(NFC_NFCC_TIMEOUT_REVT, NFC_STATUS_HW_TIMEOUT);
461 nfc_ncif_event_status(NFC_NFCC_TIMEOUT_REVT, NFC_STATUS_HW_TIMEOUT);
481 nfc_ncif_event_status(NFC_NFCC_TIMEOUT_REVT, NFC_STATUS_HW_TIMEOUT);
    [all...]
nfc_ncif.cc 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);
500 ** Function nfc_ncif_event_status
507 void nfc_ncif_event_status(tNFC_RESPONSE_EVT event, uint8_t status) { function
    [all...]

Completed in 186 milliseconds