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

  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_config.h 83 void PERF_Config_Init(PERF_Config *sConfig);
84 void PERF_Config_Read(PERF_Config *sConfig, char const *tag);
85 void PERF_Config_Release(PERF_Config *sConfig);
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_config.c 37 static void read_line(PERF_Config *sConfig, char const *line, char const *tag);
44 void PERF_Config_Init(PERF_Config *sConfig)
48 sConfig->mask = 0;
51 sConfig->trace_file = NULL;
52 sConfig->delayed_open = 0;
53 sConfig->buffer_size = 65536;
56 sConfig->debug = FALSE;
57 sConfig->detailed_debug = FALSE;
58 sConfig->csv = 1;
59 sConfig->log_file = NULL
    [all...]
  /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 149 static UINT8 sConfig[256];
641 eventData->get_config.tlv_size <= sizeof(sConfig))
644 memcpy(sConfig, eventData->get_config.param_tlvs, eventData->get_config.tlv_size);
    [all...]

Completed in 120 milliseconds