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

  /external/libnfc-nci/src/hal/include/
nfc_hal_api.h 120 tHAL_API_CORE_INITIALIZED *core_initialized; member in struct:__anon16096
  /hardware/libhardware/include/hardware/
nfc.h 45 * 3) Core NCI stack calls core_initialized() to allow HAL to do post-init configuration
151 * (*core_initialized)() is called after the CORE_INIT_RSP is received from the NFCC.
154 * If core_initialized() returns 0, the NCI stack will wait for a HAL_NFC_POST_INIT_CPLT_EVT
157 * If core_initialized() returns any other value, the NCI stack will continue
160 int (*core_initialized)(const struct nfc_nci_device *p_dev, uint8_t* p_core_init_rsp_params); member in struct:nfc_nci_device
  /hardware/libhardware/modules/nfc-nci/
nfc_nci_example.c 91 dev->core_initialized = hal_core_initialized;
  /external/libnfc-nci/halimpl/pn54x/
nfc_nci.c 211 dev->nci_device.core_initialized = hal_core_initialized;
  /external/libnfc-nci/halimpl/bcm2079x/
nfc_nci.c 150 dev->nci_device.core_initialized = hal_core_initialized;
  /external/libnfc-nci/src/adaptation/
NfcAdaptation.cpp 324 mHalEntryFuncs.core_initialized = HalCoreInitialized;
485 mHalDeviceContext->core_initialized (mHalDeviceContext, p_core_init_rsp_params);
  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c     [all...]

Completed in 2046 milliseconds