Home
last modified time | relevance | path

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

/hardware/libhardware/include/hardware/
Dnfc.h117 typedef struct nfc_nci_device { struct
139 int (*open)(const struct nfc_nci_device *p_dev, nfc_stack_callback_t *p_cback, argument
148 int (*write)(const struct nfc_nci_device *p_dev, uint16_t data_len, const uint8_t *p_data); argument
160 int (*core_initialized)(const struct nfc_nci_device *p_dev, uint8_t* p_core_init_rsp_params); argument
173 int (*pre_discover)(const struct nfc_nci_device *p_dev); argument
178 int (*close)(const struct nfc_nci_device *p_dev); argument
186 int (*control_granted)(const struct nfc_nci_device *p_dev); argument
192 int (*power_cycle)(const struct nfc_nci_device *p_dev); argument
/hardware/libhardware/modules/nfc-nci/
Dnfc_nci_example.c28 static int hal_open(const struct nfc_nci_device *dev, in hal_open()
34 static int hal_write(const struct nfc_nci_device *dev, in hal_write()
40 static int hal_core_initialized(const struct nfc_nci_device *dev, in hal_core_initialized()
46 static int hal_pre_discover(const struct nfc_nci_device *dev) { in hal_pre_discover()
51 static int hal_close(const struct nfc_nci_device *dev) { in hal_close()
56 static int hal_control_granted (const struct nfc_nci_device *p_dev) in hal_control_granted()
63 static int hal_power_cycle (const struct nfc_nci_device *p_dev) in hal_power_cycle()