HomeSort by relevance Sort by last modified time
    Searched defs:sConfig (Results 1 - 3 of 3) sorted by null

  /external/autotest/client/site_tests/graphics_SanAngeles/src/
app-linux.c 72 static struct waffle_config *sConfig;
132 sConfig = waffle_config_choose(sDisplay, configAttribs);
133 if (!sConfig)
136 sContext = waffle_context_create(sConfig, NULL);
140 sWindow = waffle_window_create(sConfig, sWindowWidth, sWindowHeight);
177 if (!waffle_config_destroy(sConfig))
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
patchram.cpp 45 static UINT8 sConfig [CONFIG_MAX_LEN];
323 actualLen = GetStrValue (NAME_NFA_DM_START_UP_CFG, (char*)sConfig, sizeof(sConfig));
325 sStartupConfig.append (sConfig, actualLen);
328 actualLen = GetStrValue(NAME_PREINIT_DSP_CFG, (char*)sConfig, sizeof(sConfig));
330 sStartupConfig.append (sConfig, actualLen);
346 actualLen = GetStrValue(NAME_LPTD_CFG, (char*)sConfig, sizeof(sConfig));
349 sLptdConfig.append (sConfig, actualLen)
    [all...]
  /packages/apps/Nfc/nci/jni/
NativeNfcManager.cpp 150 static UINT8 sConfig[256];
657 eventData->get_config.tlv_size <= sizeof(sConfig))
660 memcpy(sConfig, eventData->get_config.param_tlvs, eventData->get_config.tlv_size);
    [all...]

Completed in 1150 milliseconds