OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hal_close
(Results
1 - 6
of
6
) sorted by null
/hardware/libhardware/modules/nfc-nci/
nfc_nci_example.c
51
static int
hal_close
(const struct nfc_nci_device *dev) {
function
93
dev->close =
hal_close
;
/external/libnfc-nci/halimpl/pn54x/
nfc_nci.c
111
** Function
hal_close
118
static int
hal_close
(const struct nfc_nci_device *p_dev)
function
213
dev->nci_device.close =
hal_close
;
/external/libnfc-nci/halimpl/bcm2079x/
nfc_nci.c
77
static int
hal_close
(const struct nfc_nci_device *p_dev)
function
152
dev->nci_device.close =
hal_close
;
/system/bt/hci/src/
hci_hal_h4.c
108
static void
hal_close
() {
function
249
hal_close
,
hci_hal_mct.c
118
static void
hal_close
() {
function
196
hal_close
,
/system/bt/hci/test/
hci_layer_test.cpp
187
STUB_FUNCTION(void,
hal_close
, ())
507
RESET_CALL_COUNT(
hal_close
);
553
hal.close =
hal_close
;
587
EXPECT_CALL_COUNT(
hal_close
, 1);
Completed in 113 milliseconds