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

/external/libnfc-nci/halimpl/bcm2079x/include/
H A Dconfig.h26 int GetStrValue(const char* name, char* p_value, unsigned long len);
/external/libnfc-nci/src/include/
H A Dconfig.h26 int GetStrValue(const char* name, char* p_value, unsigned long len);
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Dpatchram.cpp136 if (GetStrValue(pConfigName, &pBuffer[0], bufferLen))
281 if ( GetStrValue ( NAME_NFA_DM_START_UP_CFG, (char*)nfa_dm_start_up_cfg, sizeof ( nfa_dm_start_up_cfg ) ) )
294 if ( GetStrValue ( NAME_NFA_DM_START_UP_VSC_CFG, (char*)nfa_dm_start_up_vsc_cfg, sizeof (nfa_dm_start_up_vsc_cfg) ) )
307 if ( GetStrValue ( NAME_LPTD_CFG, (char*)&nfa_dm_lptd_cfg[0], sizeof( nfa_dm_lptd_cfg ) ) )
H A Duserial_linux.c921 if ( !GetStrValue ( NAME_TRANSPORT_DRIVER, userial_dev, sizeof ( userial_dev ) ) )
942 GetStrValue( NAME_SNOOZE_MODE_CFG, (char*)&gSnoozeModeCfg, sizeof(gSnoozeModeCfg) );
1001 if (GetStrValue ( NAME_POWER_CONTROL_DRIVER, power_control_dev, sizeof ( power_control_dev ) ) &&
1568 ret = GetStrValue ( NAME_SPI_NEGOTIATION, (char*)spi_negotiation, sizeof ( spi_negotiation ) );
H A Dconfig.cpp654 ** Function: GetStrValue
661 extern "C" int GetStrValue(const char* name, char* pValue, unsigned long len) function
/external/libnfc-nci/src/adaptation/
H A DNfcAdaptation.cpp103 if ( !GetStrValue ( NAME_NFA_STORAGE, bcm_nfc_location, sizeof ( bcm_nfc_location ) ) )
H A Dconfig.cpp654 ** Function: GetStrValue
661 extern "C" int GetStrValue(const char* name, char* pValue, unsigned long len) function

Completed in 96 milliseconds