Searched refs:nfc_nci_device (Results 1 – 11 of 11) sorted by relevance
/hardware/libhardware/include/hardware/ |
D | nfc.h | 93 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/ |
D | nfc_nci_example.cpp | 28 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/ |
D | nfc_nci_st21nfc.c | 38 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()
|
D | hal_wrapper.c | 33 struct nfc_nci_device nci_device; // nci_device must be first struct member
|
/hardware/nxp/nfc/snxxx/halimpl/inc/ |
D | phNxpNciHal_Adaptation.h | 27 struct nfc_nci_device nci_device;
|
/hardware/nxp/nfc/pn8x/halimpl/inc/ |
D | phNxpNciHal_Adaptation.h | 27 struct nfc_nci_device nci_device;
|
/hardware/st/nfc/1.1/ |
D | hal_st21nfc.cc | 38 struct nfc_nci_device nci_device; // nci_device must be first struct member
|
/hardware/st/nfc/st21nfc/ |
D | hal_wrapper.cc | 36 struct nfc_nci_device nci_device; // nci_device must be first struct member
|
/hardware/st/nfc/1.2/ |
D | hal_st21nfc.cc | 44 struct nfc_nci_device nci_device; // nci_device must be first struct member
|
/hardware/st/nfc/1.0/hal/ |
D | halcore.c | 39 struct nfc_nci_device nci_device; // nci_device must be first struct member
|
/hardware/st/nfc/st21nfc/hal/ |
D | halcore.cc | 42 struct nfc_nci_device nci_device; // nci_device must be first struct member
|