HomeSort by relevance Sort by last modified time
    Searched refs:GetStrValue (Results 1 - 9 of 9) sorted by null

  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
patchram.cpp 167 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));
HalAdaptation.cpp 130 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 ) ) )
NonVolatileStore.cpp 177 if (!GetStrValue (NAME_NFA_STORAGE, buffer, sizeof(buffer)))
config.cpp 640 ** Function: GetStrValue
647 extern "C" int GetStrValue(const char* name, char* pValue, unsigned long l)
userial_linux.c 977 if ( !GetStrValue ( NAME_TRANSPORT_DRIVER, userial_dev, sizeof ( userial_dev ) ) )
    [all...]
  /external/libnfc-nci/src/include/
config.h 26 int GetStrValue(const char* name, char* p_value, unsigned long len);
  /external/libnfc-nci/src/adaptation/
NfcAdaptation.cpp 129 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) ) )
config.cpp 655 ** Function: GetStrValue
662 extern "C" int GetStrValue(const char* name, char* pValue, unsigned long l)
  /packages/apps/Nfc/nci/jni/
NativeNfcManager.cpp     [all...]

Completed in 217 milliseconds