Searched refs:GetStrValue (Results 1 - 8 of 8) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Dpatchram.cpp167 if (GetStrValue(pConfigName, &pBuffer[0], bufferLen))
209 GetStrValue (NAME_SNOOZE_MODE_CFG, (char*)&gSnoozeModeCfg, sizeof(gSnoozeModeCfg));
322 actualLen = GetStrValue (NAME_NFA_DM_START_UP_CFG, (char*)sConfig, sizeof(sConfig));
327 actualLen = GetStrValue(NAME_PREINIT_DSP_CFG, (char*)sConfig, sizeof(sConfig));
331 if ( GetStrValue ( NAME_NFA_DM_START_UP_VSC_CFG, (char*)nfa_dm_start_up_vsc_cfg, sizeof (nfa_dm_start_up_vsc_cfg) ) )
345 actualLen = GetStrValue(NAME_LPTD_CFG, (char*)sConfig, sizeof(sConfig));
360 actualLen = GetStrValue(NAME_NFA_DM_PRE_DISCOVERY_CFG, (char*)sConfig, sizeof(sConfig));
605 actualLen = GetStrValue (NAME_XTAL_PARAMS_CFG, (char*)sConfig, sizeof(sConfig));
H A DHalAdaptation.cpp130 if ( GetStrValue ( NAME_UART_PARITY, temp, sizeof ( temp ) ) )
142 if ( GetStrValue ( NAME_UART_STOPBITS, temp, sizeof ( temp ) ) )
183 else if ( GetStrValue ( NAME_UART_BAUD, temp, sizeof ( temp ) ) )
H A DNonVolatileStore.cpp177 if (!GetStrValue (NAME_NFA_STORAGE, buffer, sizeof(buffer)))
H A Dconfig.cpp640 ** Function: GetStrValue
647 extern "C" int GetStrValue(const char* name, char* pValue, unsigned long l) function
H A Duserial_linux.c977 if ( !GetStrValue ( NAME_TRANSPORT_DRIVER, userial_dev, sizeof ( userial_dev ) ) )
1058 if (GetStrValue ( NAME_POWER_CONTROL_DRIVER, power_control_dev, sizeof ( power_control_dev ) ) &&
1708 ret = GetStrValue ( NAME_SPI_NEGOTIATION, (char*)spi_negotiation, sizeof ( spi_negotiation ) );
/external/libnfc-nci/src/include/
H A Dconfig.h26 int GetStrValue(const char* name, char* p_value, unsigned long len);
/external/libnfc-nci/src/adaptation/
H A DNfcAdaptation.cpp129 if ( !GetStrValue ( NAME_NFA_STORAGE, bcm_nfc_location, sizeof ( bcm_nfc_location ) ) )
136 if ( GetStrValue ( NAME_NFA_DM_CFG, (char*)nfa_dm_cfg, sizeof ( nfa_dm_cfg ) ) )
147 num = GetStrValue ( NAME_DEVICE_HOST_WHITE_LIST, (char*) deviceHostWhiteList, sizeof ( deviceHostWhiteList ) );
299 if ( !GetStrValue ( NAME_NCI_HAL_MODULE, nci_hal_module, sizeof ( nci_hal_module) ) )
H A Dconfig.cpp655 ** Function: GetStrValue
662 extern "C" int GetStrValue(const char* name, char* pValue, unsigned long l) function

Completed in 308 milliseconds