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

  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_hci_ci.c 45 tNFC_HAL_HCI_EVENT_DATA *p_msg;
48 if ((p_msg = (tNFC_HAL_HCI_EVENT_DATA *) GKI_getbuf (sizeof (tNFC_HAL_HCI_EVENT_DATA))) != NULL)
79 tNFC_HAL_HCI_EVENT_DATA *p_msg;
81 if ((p_msg = (tNFC_HAL_HCI_EVENT_DATA *) GKI_getbuf (sizeof (tNFC_HAL_HCI_EVENT_DATA))) != NULL)
nfc_hal_main.c 669 nfc_hal_hci_evt_hdlr ((tNFC_HAL_HCI_EVENT_DATA *) p_msg);
nfc_hal_hci.c 87 void nfc_hal_hci_evt_hdlr (tNFC_HAL_HCI_EVENT_DATA *p_evt_data)
  /external/libnfc-nci/src/hal/int/
nfc_hal_int.h 273 } tNFC_HAL_HCI_EVENT_DATA;
499 void nfc_hal_hci_evt_hdlr (tNFC_HAL_HCI_EVENT_DATA *p_evt_data);

Completed in 37 milliseconds