HomeSort by relevance Sort by last modified time
    Searched refs:nfc_nci_device (Results 1 - 4 of 4) sorted by null

  /hardware/libhardware/include/hardware/
nfc.h 110 typedef struct nfc_nci_device { struct
126 int (*open)(const struct nfc_nci_device *p_dev, nfc_stack_callback_t *p_cback,
135 int (*write)(const struct nfc_nci_device *p_dev, uint16_t data_len, const uint8_t *p_data);
147 int (*core_initialized)(const struct nfc_nci_device *p_dev, uint8_t* p_core_init_rsp_params);
160 int (*pre_discover)(const struct nfc_nci_device *p_dev);
165 int (*close)(const struct nfc_nci_device *p_dev);
173 int (*control_granted)(const struct nfc_nci_device *p_dev);
179 int (*power_cycle)(const struct nfc_nci_device *p_dev);
  /hardware/libhardware/modules/nfc-nci/
nfc_nci_example.c 27 static int hal_open(const struct nfc_nci_device *dev,
33 static int hal_write(const struct nfc_nci_device *dev,
39 static int hal_core_initialized(const struct nfc_nci_device *dev,
45 static int hal_pre_discover(const struct nfc_nci_device *dev) {
50 static int hal_close(const struct nfc_nci_device *dev) {
55 static int hal_control_granted (const struct nfc_nci_device *p_dev)
62 static int hal_power_cycle (const struct nfc_nci_device *p_dev)
  /external/libnfc-nci/halimpl/bcm2079x/
nfc_nci.c 33 static int hal_open (const struct nfc_nci_device *p_dev, nfc_stack_callback_t *p_hal_cback, nfc_stack_data_callback_t *p_hal_data_callback)
43 static int hal_write (const struct nfc_nci_device *p_dev,
54 static int hal_core_initialized (const struct nfc_nci_device *p_dev,
65 static int hal_pre_discover (const struct nfc_nci_device *p_dev)
75 static int hal_close (const struct nfc_nci_device *p_dev)
85 static int hal_control_granted (const struct nfc_nci_device *p_dev)
95 static int hal_power_cycle (const struct nfc_nci_device *p_dev)
105 static int hal_get_max_nfcee (const struct nfc_nci_device *p_dev, uint8_t* maxNfcee)
  /external/libnfc-nci/halimpl/bcm2079x/include/
HalAdaptation.h 38 struct nfc_nci_device nci_device;

Completed in 42 milliseconds