Home
last modified time | relevance | path

Searched refs:p_emulation_cfg (Results 1 – 2 of 2) sorted by relevance

/external/libnfc-nxp/src/
DphHciNfc_Emulation.c1044 phHal_sEmulationCfg_t *p_emulation_cfg = NULL; in phHciNfc_Emulation_Cfg() local
1059 p_emulation_cfg = psHciContext->p_config_params; in phHciNfc_Emulation_Cfg()
1065 &p_emulation_cfg->config.smartMxCfg; in phHciNfc_Emulation_Cfg()
1076 &p_emulation_cfg->config.uiccEmuCfg; in phHciNfc_Emulation_Cfg()
1091 pHwRef, p_emulation_cfg); in phHciNfc_Emulation_Cfg()
1098 &p_emulation_cfg->config.uiccEmuCfg; in phHciNfc_Emulation_Cfg()
1112 &p_emulation_cfg->config.hostEmuCfg_A; in phHciNfc_Emulation_Cfg()
1126 &p_emulation_cfg->config.hostEmuCfg_B; in phHciNfc_Emulation_Cfg()
DphHciNfc_Sequence.c1590 phHal_sEmulationCfg_t *p_emulation_cfg = in phHciNfc_Config_Sequence()
1593 if (NULL != p_emulation_cfg) in phHciNfc_Config_Sequence()
1596 &p_emulation_cfg->config.uiccEmuCfg; in phHciNfc_Config_Sequence()
1847 phHal_sEmulationCfg_t *p_emulation_cfg = (phHal_sEmulationCfg_t * ) in phHciNfc_EmulationCfg_Sequence() local
1854 if (NULL != p_emulation_cfg) in phHciNfc_EmulationCfg_Sequence()
1857 if(NFC_HOST_CE_A_EMULATION == p_emulation_cfg->emuType) in phHciNfc_EmulationCfg_Sequence()
1865 else if (NFC_HOST_CE_B_EMULATION == p_emulation_cfg->emuType) in phHciNfc_EmulationCfg_Sequence()
1874 else if ((NFC_UICC_EMULATION == p_emulation_cfg->emuType) in phHciNfc_EmulationCfg_Sequence()
1875 &&(FALSE == p_emulation_cfg->config.uiccEmuCfg.enableUicc) in phHciNfc_EmulationCfg_Sequence()