OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
...]
/cts/tools/host/src/com/android/cts/
TestHost.java
69
static private HostConfig
sConfig
;
219
CaseRepository caseRepo =
sConfig
.getCaseRepository();
244
PlanRepository planRepo =
sConfig
.getPlanRepository();
289
CaseRepository caseRepo =
sConfig
.getCaseRepository();
373
Log.initLog(
sConfig
.getLogRoot());
374
sConfig
.loadRepositories(sQuick);
423
sConfig
= HostConfig.getInstance();
425
return
sConfig
.load(configPath);
434
return
sConfig
.getCaseRepository();
443
return
sConfig
.getPlanRepository()
[
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 83 milliseconds