Home
last modified time | relevance | path

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

/hardware/libhardware/modules/nfc-nci/
Dnfc_nci_example.cpp28 static int hal_open(const struct nfc_nci_device* /*dev*/, in hal_open()
35 static int hal_write(const struct nfc_nci_device* /*dev*/, in hal_write()
41 static int hal_core_initialized(const struct nfc_nci_device* /*dev*/, in hal_core_initialized()
47 static int hal_pre_discover(const struct nfc_nci_device* /*dev*/) { in hal_pre_discover()
52 static int hal_close(const struct nfc_nci_device* /*dev*/) { in hal_close()
57 static int hal_control_granted (const struct nfc_nci_device* /*p_dev*/) in hal_control_granted()
64 static int hal_power_cycle (const struct nfc_nci_device* /*p_dev*/) in hal_power_cycle()
/hardware/libhardware/include/hardware/
Dnfc.h93 typedef struct nfc_nci_device { struct
115 int (*open)(const struct nfc_nci_device *p_dev, nfc_stack_callback_t *p_cback, argument
124 int (*write)(const struct nfc_nci_device *p_dev, uint16_t data_len, const uint8_t *p_data); argument
136 int (*core_initialized)(const struct nfc_nci_device *p_dev, uint8_t* p_core_init_rsp_params); argument
149 int (*pre_discover)(const struct nfc_nci_device *p_dev); argument
154 int (*close)(const struct nfc_nci_device *p_dev); argument
162 int (*control_granted)(const struct nfc_nci_device *p_dev); argument
168 int (*power_cycle)(const struct nfc_nci_device *p_dev); argument