Searched defs:config_type (Results 1 - 4 of 4) sorted by relevance
/external/chromium/chrome/browser/importer/ |
H A D | firefox_proxy_settings.h | 48 ProxyConfig config_type() const { return config_type_; } function in class:FirefoxProxySettings
|
/external/libnfc-nxp/src/ |
H A D | phHal4Nfc.c | 462 uint32_t config_type = 0; local 601 config_type = ((config_type << BYTE_SIZE ) 607 config_type , 628 config_type = ((config_type << BYTE_SIZE ) 634 config_type,
|
H A D | phHciNfc.c | 172 psHciContext->config_type = POLL_LOOP_CFG; 369 phHal_eConfigType_t config_type, 384 switch(config_type) 395 psHciContext->config_type = NFC_GENERAL_CFG; 431 psHciContext->config_type = SWP_PROTECT_CFG; 503 psHciContext->config_type = POLL_LOOP_CFG; 687 psHciContext->config_type = SMX_WI_CFG; 694 psHciContext->config_type = UICC_SWP_CFG; 762 psHciContext->config_type = SWP_EVT_CFG; 842 psHciContext->config_type 366 phHciNfc_Configure( void *psHciHandle, void *pHwRef, phHal_eConfigType_t config_type, phHal_uConfig_t *pConfig ) argument 1670 phHciNfc_System_Configure( void *psHciHandle, void *pHwRef, uint32_t config_type, uint8_t config_value ) argument 1707 phHciNfc_System_Get_Info( void *psHciHandle, void *pHwRef, uint32_t config_type, uint8_t *p_config_value ) argument [all...] |
H A D | phHciNfc_Generic.h | 615 phHciNfc_eConfigType_t config_type; member in struct:phHciNfc_sContext
|
Completed in 107 milliseconds