Home
last modified time | relevance | path

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

/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
/hardware/libhardware/modules/nfc-nci/
Dnfc_nci_example.cpp28 static int hal_open(const struct nfc_nci_device* /*dev*/, in hal_open() argument
35 static int hal_write(const struct nfc_nci_device* /*dev*/, in hal_write() argument
41 static int hal_core_initialized(const struct nfc_nci_device* /*dev*/, in hal_core_initialized() argument
47 static int hal_pre_discover(const struct nfc_nci_device* /*dev*/) { in hal_pre_discover() argument
52 static int hal_close(const struct nfc_nci_device* /*dev*/) { in hal_close() argument
57 static int hal_control_granted (const struct nfc_nci_device* /*p_dev*/) in hal_control_granted() argument
64 static int hal_power_cycle (const struct nfc_nci_device* /*p_dev*/) in hal_power_cycle() argument
/hardware/st/nfc/1.0/
Dnfc_nci_st21nfc.c38 struct nfc_nci_device nci_device; // nci_device must be first struct member
63 static int hal_open(const struct nfc_nci_device* p_dev, in hal_open()
93 static int hal_write(const struct nfc_nci_device* p_dev, uint16_t data_len, in hal_write()
123 static int hal_core_initialized(const struct nfc_nci_device* p_dev, in hal_core_initialized()
136 static int hal_pre_discover(__attribute__((unused)) const struct nfc_nci_device* p_dev) { in hal_pre_discover()
142 static int hal_close(__attribute__((unused)) const struct nfc_nci_device* p_dev) { in hal_close()
164 static int hal_control_granted(__attribute__((unused)) const struct nfc_nci_device* p_dev) { in hal_control_granted()
170 static int hal_power_cycle(const struct nfc_nci_device* p_dev) { in hal_power_cycle()
Dhal_wrapper.c33 struct nfc_nci_device nci_device; // nci_device must be first struct member
/hardware/nxp/nfc/snxxx/halimpl/inc/
DphNxpNciHal_Adaptation.h27 struct nfc_nci_device nci_device;
/hardware/nxp/nfc/pn8x/halimpl/inc/
DphNxpNciHal_Adaptation.h27 struct nfc_nci_device nci_device;
/hardware/st/nfc/1.1/
Dhal_st21nfc.cc38 struct nfc_nci_device nci_device; // nci_device must be first struct member
/hardware/st/nfc/st21nfc/
Dhal_wrapper.cc36 struct nfc_nci_device nci_device; // nci_device must be first struct member
/hardware/st/nfc/1.2/
Dhal_st21nfc.cc44 struct nfc_nci_device nci_device; // nci_device must be first struct member
/hardware/st/nfc/1.0/hal/
Dhalcore.c39 struct nfc_nci_device nci_device; // nci_device must be first struct member
/hardware/st/nfc/st21nfc/hal/
Dhalcore.cc42 struct nfc_nci_device nci_device; // nci_device must be first struct member