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

  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_dm_cfg.c 66 UINT8 *p_nfc_hal_dm_start_up_cfg = (UINT8 *) nfc_hal_start_up_cfg; variable
nfc_hal_dm.c 93 extern UINT8 *p_nfc_hal_dm_start_up_cfg;
310 if ((p_nfc_hal_dm_start_up_cfg[0]) && (nfc_hal_cb.dev_cb.next_dm_config <= NFC_HAL_DM_CONFIG_START_UP))
313 if (nfc_hal_dm_set_config (p_nfc_hal_dm_start_up_cfg[0],
314 &p_nfc_hal_dm_start_up_cfg[1],
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
patchram.cpp 48 extern UINT8 *p_nfc_hal_dm_start_up_cfg; //defined in the HAL
360 p_nfc_hal_dm_start_up_cfg = const_cast<UINT8*> (sStartupConfig.getInternalBuffer ());

Completed in 573 milliseconds