Home
last modified time | relevance | path

Searched refs:config_type (Results 1 – 16 of 16) sorted by relevance

/external/libnfc-nxp/src/
DphHciNfc.c172 psHciContext->config_type = POLL_LOOP_CFG; in phHciNfc_Initialise()
369 phHal_eConfigType_t config_type, in phHciNfc_Configure() argument
384 switch(config_type) in phHciNfc_Configure()
395 psHciContext->config_type = NFC_GENERAL_CFG; in phHciNfc_Configure()
431 psHciContext->config_type = SWP_PROTECT_CFG; in phHciNfc_Configure()
503 psHciContext->config_type = POLL_LOOP_CFG; in phHciNfc_Config_Discovery()
687 psHciContext->config_type = SMX_WI_CFG; in phHciNfc_Config_Emulation()
694 psHciContext->config_type = UICC_SWP_CFG; in phHciNfc_Config_Emulation()
762 psHciContext->config_type = SWP_EVT_CFG; in phHciNfc_Switch_SwpMode()
842 psHciContext->config_type = SMX_WI_MODE; in phHciNfc_Switch_SmxMode()
[all …]
DphHciNfc.h364 phHal_eConfigType_t config_type,
702 uint32_t config_type,
DphHal4Nfc.c462 uint32_t config_type = 0; in phHal4Nfc_Ioctl() local
601 config_type = ((config_type << BYTE_SIZE ) in phHal4Nfc_Ioctl()
607 config_type , in phHal4Nfc_Ioctl()
628 config_type = ((config_type << BYTE_SIZE ) in phHal4Nfc_Ioctl()
634 config_type, in phHal4Nfc_Ioctl()
DphHciNfc_Sequence.c1516 switch(psHciContext->config_type) in phHciNfc_Config_Sequence()
1573 ((SMX_WI_CFG == psHciContext->config_type)? in phHciNfc_Config_Sequence()
1859 psHciContext->config_type = NFC_CE_A_CFG; in phHciNfc_EmulationCfg_Sequence()
1867 psHciContext->config_type = NFC_CE_B_CFG; in phHciNfc_EmulationCfg_Sequence()
1913 psHciContext->config_type); in phHciNfc_EmulationCfg_Sequence()
1918 if(UICC_SWP_CFG == psHciContext->config_type) in phHciNfc_EmulationCfg_Sequence()
1941 if (UICC_SWP_CFG == psHciContext->config_type) in phHciNfc_EmulationCfg_Sequence()
DphHciNfc_Generic.h615 phHciNfc_eConfigType_t config_type; member
/external/chromium_org/chromeos/network/
Dclient_cert_resolver.cc38 client_cert::ConfigType config_type, in NetworkAndMatchingCert()
41 cert_config_type(config_type), in NetworkAndMatchingCert()
91 client_cert::ConfigType config_type, in NetworkAndCertPattern()
94 cert_config_type(config_type), in NetworkAndCertPattern()
398 client_cert::ConfigType config_type = in ResolveNetworks() local
400 if (config_type == client_cert::CONFIG_TYPE_NONE) { in ResolveNetworks()
407 network->path(), config_type, ui_data->certificate_pattern())); in ResolveNetworks()
/external/chromium_org/chrome/browser/net/
Dfirefox_proxy_settings_unittest.cc35 EXPECT_EQ(FirefoxProxySettings::MANUAL, settings.config_type()); in TEST_F()
77 EXPECT_EQ(FirefoxProxySettings::AUTO_FROM_URL, settings.config_type()); in TEST_F()
Dfirefox_proxy_settings.h49 ProxyConfig config_type() const { return config_type_; } in config_type() function
Dfirefox_proxy_settings.cc179 switch (config_type()) { in ToProxyConfig()
202 DCHECK_EQ(MANUAL, config_type()); in ToProxyConfig()
Dconnection_tester.cc244 if (FirefoxProxySettings::SYSTEM == firefox_settings->config_type()) { in FirefoxProxySettingsReply()
/external/chromium/chrome/browser/importer/
Dfirefox_proxy_settings_unittest.cc35 EXPECT_EQ(FirefoxProxySettings::MANUAL, settings.config_type()); in TEST_F()
77 EXPECT_EQ(FirefoxProxySettings::AUTO_FROM_URL, settings.config_type()); in TEST_F()
Dfirefox_proxy_settings.cc99 switch (config_type()) { in ToProxyConfig()
122 DCHECK_EQ(MANUAL, config_type()); in ToProxyConfig()
Dfirefox_proxy_settings.h48 ProxyConfig config_type() const { return config_type_; } in config_type() function
/external/chromium_org/tools/gyp/pylib/gyp/
DMSVSProject.py92 def _GetSpecForConfiguration(self, config_type, config_name, attrs, tools): argument
111 specification = [config_type, node_attrs]
/external/chromium_org/tools/gyp/pylib/gyp/generator/
Dmsvs.py965 config_type = _GetMSVSConfigurationType(spec, project.build_file)
967 _AddConfigurationToMSVSProject(p, spec, config_type, config_name, config)
1054 config_type = {
1069 return config_type
1072 def _AddConfigurationToMSVSProject(p, spec, config_type, config_name, config): argument
1153 _AddConfigurationToMSVS(p, spec, tools, config, config_type, config_name)
1337 def _AddConfigurationToMSVS(p, spec, tools, config, config_type, config_name): argument
1349 attributes = _GetMSVSAttributes(spec, config, config_type)
1356 def _GetMSVSAttributes(spec, config, config_type): argument
1368 prepared_attrs['ConfigurationType'] = config_type
[all …]
/external/chromium/chrome/browser/net/
Dconnection_tester.cc225 if (FirefoxProxySettings::SYSTEM == firefox_settings.config_type()) in CreateFirefoxProxyConfigService()