HomeSort by relevance Sort by last modified time
    Searched defs:hal_open (Results 1 - 5 of 5) sorted by null

  /external/libnfc-nci/halimpl/bcm2079x/
nfc_nci.c 35 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) function
148 dev->nci_device.open = hal_open;
  /external/libnfc-nci/halimpl/pn54x/
nfc_nci.c 33 ** Function hal_open
40 static int hal_open(const struct nfc_nci_device *p_dev, function
209 dev->nci_device.open = hal_open;
  /hardware/libhardware/modules/nfc-nci/
nfc_nci_example.c 28 static int hal_open(const struct nfc_nci_device *dev, function
89 dev->open = hal_open;
  /system/bt/hci/src/
hci_hal_mct.c 62 static bool hal_open() { function
195 hal_open,
hci_hal_h4.c 68 static bool hal_open() { function
248 hal_open,

Completed in 143 milliseconds