Searched defs:cfg (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.cpp136 vpx_codec_dec_cfg_t cfg; local
137 memset(&cfg, 0, sizeof(vpx_codec_dec_cfg_t));
138 cfg.threads = GetCPUCoreCount();
140 (vpx_codec_ctx_t *)mCtx, &vpx_codec_vp8_dx_algo, &cfg, 0))) {
/frameworks/base/opengl/libs/EGL/
H A DLoader.cpp139 /* Otherwise, use egl.cfg */
140 FILE* cfg = fopen("/system/lib/egl/egl.cfg", "r"); local
141 if (cfg == NULL) {
143 LOGD("egl.cfg not found, using default config");
146 while (fgets(line, 256, cfg)) {
154 fclose(cfg);
/frameworks/base/tools/localize/
H A Dlocalize.cpp418 string cfg = it->config; local
419 if (cfg.length() > 20) {
420 cfg.resize(20);
422 printf(" %-20s %-9zd %-9zd %-9zd %-19zd\n", cfg.c_str(), it->files,
/frameworks/base/services/java/com/android/server/
H A DNetworkManagementService.java380 InterfaceConfiguration cfg;
394 cfg = new InterfaceConfiguration();
395 cfg.hwAddr = st.nextToken(" ");
410 cfg.addr = new LinkAddress(addr, prefixLength);
411 cfg.interfaceFlags = st.nextToken("]").trim() +"]";
416 Slog.d(TAG, String.format("flags <%s>", cfg.interfaceFlags));
417 return cfg;
421 String iface, InterfaceConfiguration cfg) throws IllegalStateException {
423 LinkAddress linkAddr = cfg.addr;
430 cfg
420 setInterfaceConfig( String iface, InterfaceConfiguration cfg) argument
[all...]
/frameworks/base/libs/utils/
H A DResourceTypes.cpp3879 const ResTable_config* cfg = &config->config; local
3884 if (0 == (*configs)[m].compare(*cfg)) {
3890 configs->add(*cfg);

Completed in 1354 milliseconds