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

  /external/bluetooth/bluedroid/test/suite/support/
hal.c 38 bool hal_open(bt_callbacks_t *callbacks) { function
  /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) function
146 dev->nci_device.open = hal_open;
  /hardware/libhardware/modules/nfc-nci/
nfc_nci_example.c 27 static int hal_open(const struct nfc_nci_device *dev, function
88 dev->open = hal_open;

Completed in 566 milliseconds