HomeSort by relevance Sort by last modified time
    Searched refs:sConfig (Results 1 - 5 of 5) 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 44 static UINT8 sConfig [CONFIG_MAX_LEN];
318 actualLen = GetStrValue (NAME_NFA_DM_START_UP_CFG, (char*)sConfig, sizeof(sConfig));
322 sConfig[0],
323 sConfig[1],
324 sConfig[2],
325 sConfig[3],
326 sConfig[4],
327 sConfig[5],
328 sConfig[6]
    [all...]
  /packages/apps/Nfc/nci/jni/
NativeNfcManager.cpp 140 static UINT8 sConfig[256];
643 eventData->get_config.tlv_size <= sizeof(sConfig))
646 memcpy(sConfig, eventData->get_config.param_tlvs, eventData->get_config.tlv_size);
    [all...]
  /hardware/invensense/mlsdk/mllite/
dmpDefault.c 232 static const unsigned short sConfig = 0x013f;
349 result = inv_load_dmp(dmpMemory, SCD, sConfig);

Completed in 97 milliseconds