OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pre_discover
(Results
1 - 4
of
4
) sorted by null
/hardware/libhardware/include/hardware/
nfc.h
46
* 4) Core NCI stack calls
pre_discover
() to allow HAL to prepare for RF discovery
49
* 7) Core NCI stack calls
pre_discover
() to prepare for RF discovery (e.g. screen turned back on)
163
* (*
pre_discover
)() Is called every time before starting RF discovery.
167
* If
pre_discover
() returns 0, the NCI stack will wait for a HAL_NFC_PRE_DISCOVER_CPLT_EVT
170
* If
pre_discover
() returns any other value, the NCI stack will start
173
int (*
pre_discover
)(const struct nfc_nci_device *p_dev);
member in struct:nfc_nci_device
/hardware/libhardware/modules/nfc-nci/
nfc_nci_example.c
91
dev->
pre_discover
= hal_pre_discover;
/external/libnfc-nci/halimpl/bcm2079x/
nfc_nci.c
149
dev->nci_device.
pre_discover
= hal_pre_discover;
/external/libnfc-nci/src/adaptation/
NfcAdaptation.cpp
496
retval = mHalDeviceContext->
pre_discover
(mHalDeviceContext);
Completed in 1277 milliseconds