HomeSort by relevance Sort by last modified time
    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)
150 * (*pre_discover)() Is called every time before starting RF discovery.
154 * If pre_discover() returns 0, the NCI stack will wait for a HAL_NFC_PRE_DISCOVER_CPLT_EVT
157 * If pre_discover() returns any other value, the NCI stack will start
160 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 139 dev->nci_device.pre_discover = hal_pre_discover;
  /external/libnfc-nci/src/adaptation/
NfcAdaptation.cpp 455 retval = mHalDeviceContext->pre_discover (mHalDeviceContext);

Completed in 41 milliseconds