Home
last modified time | relevance | path

Searched refs:nfc_stack_callback_t (Results 1 – 2 of 2) sorted by relevance

/hardware/libhardware/include/hardware/
Dnfc.h104 typedef void (nfc_stack_callback_t) (nfc_event_t event, nfc_status_t event_status); typedef
139 int (*open)(const struct nfc_nci_device *p_dev, nfc_stack_callback_t *p_cback,
/hardware/libhardware/modules/nfc-nci/
Dnfc_nci_example.c29 nfc_stack_callback_t *p_cback, nfc_stack_data_callback_t *p_data_cback) { in hal_open()