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

  /system/nfc/halimpl/bcm2079x/adaptation/
patchram.cpp 45 static uint8_t sConfig[CONFIG_MAX_LEN];
303 GetStrValue(NAME_NFA_DM_START_UP_CFG, (char*)sConfig, sizeof(sConfig));
304 if (actualLen) sStartupConfig.append(sConfig, actualLen);
308 GetStrValue(NAME_PREINIT_DSP_CFG, (char*)sConfig, sizeof(sConfig));
309 if (actualLen) sStartupConfig.append(sConfig, actualLen);
321 actualLen = GetStrValue(NAME_LPTD_CFG, (char*)sConfig, sizeof(sConfig));
323 sLptdConfig.append(sConfig, actualLen)
    [all...]
  /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))
  /packages/apps/Nfc/nci/jni/
NativeNfcManager.cpp 150 static uint8_t 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 79 milliseconds