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...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfigStore.java     [all...]
  /hardware/invensense/mlsdk/mllite/
dmpDefault.c 232 static const unsigned short sConfig = 0x013f;
349 result = inv_load_dmp(dmpMemory, SCD, sConfig);

Completed in 250 milliseconds