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

  /external/libnfc-nci/src/hal/include/
nfc_hal_api.h 110 tHAL_API_CORE_INITIALIZED *core_initialized; member in struct:__anon10205
  /hardware/libhardware/include/hardware/
nfc.h 45 * 3) Core NCI stack calls core_initialized() to allow HAL to do post-init configuration
138 * (*core_initialized)() is called after the CORE_INIT_RSP is received from the NFCC.
141 * If core_initialized() returns 0, the NCI stack will wait for a HAL_NFC_POST_INIT_CPLT_EVT
144 * If core_initialized() returns any other value, the NCI stack will continue
147 int (*core_initialized)(const struct nfc_nci_device *p_dev, uint8_t* p_core_init_rsp_params); member in struct:nfc_nci_device

Completed in 28 milliseconds