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

  /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;
  /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;
  /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;
  /system/bt/hci/src/
hci_hal_h4.c 68 static bool hal_open() { function
248 hal_open,
hci_hal_mct.c 62 static bool hal_open() { function
195 hal_open,
  /system/bt/hci/test/
hci_layer_test.cpp 181 STUB_FUNCTION(bool, hal_open, ())
506 RESET_CALL_COUNT(hal_open);
552 hal.open = hal_open;
578 EXPECT_CALL_COUNT(hal_open, 1);
  /system/bt/tools/bdtool/
bdtool.c 96 if (!hal_open(callbacks_get_adapter_struct())) {

Completed in 142 milliseconds