HomeSort by relevance Sort by last modified time
    Searched defs:cfg (Results 1 - 25 of 43) sorted by null

1 2

  /external/iptables/include/linux/netfilter_ipv4/
ipt_dstlimit.h 30 struct dstlimit_cfg cfg; member in struct:ipt_dstlimit_info
ipt_hashlimit.h 31 struct hashlimit_cfg cfg; member in struct:ipt_hashlimit_info
  /bionic/libc/kernel/common/linux/netfilter_ipv4/
ipt_hashlimit.h 37 struct hashlimit_cfg cfg; member in struct:ipt_hashlimit_info
  /external/kernel-headers/original/linux/netfilter_ipv4/
ipt_hashlimit.h 31 struct hashlimit_cfg cfg; member in struct:ipt_hashlimit_info
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_hashlimit.h 37 struct hashlimit_cfg cfg; member in struct:ipt_hashlimit_info
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_hashlimit.h 37 struct hashlimit_cfg cfg; member in struct:ipt_hashlimit_info
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_hashlimit.h 37 struct hashlimit_cfg cfg; member in struct:ipt_hashlimit_info
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/netfilter_ipv4/
ipt_hashlimit.h 37 struct hashlimit_cfg cfg; member in struct:ipt_hashlimit_info
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_hashlimit.h 37 struct hashlimit_cfg cfg; member in struct:ipt_hashlimit_info
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/netfilter_ipv4/
ipt_hashlimit.h 37 struct hashlimit_cfg cfg; member in struct:ipt_hashlimit_info
  /external/bluetooth/bluez/input/
sixpair.c 147 handle_device (libusb_device *dev, struct libusb_config_descriptor *cfg, int itfnum, const struct libusb_interface_descriptor *alt)
260 struct libusb_config_descriptor *cfg; local
290 handle_device (dev, cfg, l, &alt);
  /frameworks/base/opengl/libs/EGL/
Loader.cpp 97 FILE* cfg = fopen("/system/lib/egl/egl.cfg", "r"); local
98 if (cfg == NULL) {
100 LOGD("egl.cfg not found, using default config");
103 while (fgets(line, 256, cfg)) {
111 fclose(cfg);
  /packages/apps/IM/src/com/android/im/imps/
SmsCirChannel.java 39 ImpsConnectionConfig cfg = connection.getConfig(); local
40 mAddr = cfg.getSmsCirAddr();
41 mPort = cfg.getSmsCirPort();
  /external/emma/ant/ant14/com/vladium/emma/report/
ReportCfg.java 285 final Element cfg = (Element) i.next (); local
286 cfg.processGenericSettings ();
402 protected Element addCfgElement (final String type, final Element cfg)
413 m_cfgList.add (cfg);
416 return cfg;
  /bootable/bootloader/legacy/arch_msm7k/
hsusb.c 59 unsigned cfg; local
67 cfg = CONFIG_MAX_PKT(max_pkt) | CONFIG_ZLT;
74 cfg |= CONFIG_IOS;
78 ept->head->config = cfg;
  /cts/tests/tests/provider/src/android/provider/cts/
Settings_SystemTest.java 168 Configuration cfg = new Configuration(); local
169 System.getConfiguration(cr, cfg);
170 float store = cfg.fontScale;
173 cfg = new Configuration();
174 cfg.fontScale = 10.0f;
175 assertTrue(System.putConfiguration(cr, cfg));
177 System.getConfiguration(cr, cfg);
178 assertEquals(10.0f, cfg.fontScale);
181 cfg.fontScale = store;
182 assertTrue(System.putConfiguration(cr, cfg));
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_wsc.c 74 struct wps_config cfg; local
106 os_memset(&cfg, 0, sizeof(cfg));
107 cfg.wps = wps;
108 cfg.registrar = registrar;
121 cfg.pin = (const u8 *) pos;
124 cfg.pin_len = pos - (const char *) cfg.pin;
128 cfg.pbc = 1;
131 if (cfg.pin == NULL && !cfg.pbc)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_wsc.c 86 struct wps_config cfg; local
108 os_memset(&cfg, 0, sizeof(cfg));
109 cfg.wps = sm->wps;
110 cfg.registrar = registrar;
125 cfg.pin = sm->user->password;
126 cfg.pin_len = sm->user->password_len;
128 cfg.assoc_wps_ie = sm->assoc_wps_ie;
129 data->wps = wps_init(&cfg);
  /system/core/fastboot/
usb_linux.c 97 struct usb_config_descriptor *cfg; local
114 cfg = (void*) ptr;
115 len -= cfg->bLength;
116 ptr += cfg->bLength;
152 for(i = 0; i < cfg->bNumInterfaces; i++) {
  /system/extras/sound/
playwav.c 195 struct msm_audio_config cfg; local
230 if (ioctl(afd, AUDIO_GET_CONFIG, &cfg)) {
235 cfg.channel_count = hdr.num_channels;
236 cfg.sample_rate = hdr.sample_rate;
237 if (ioctl(afd, AUDIO_SET_CONFIG, &cfg)) {
242 if (ioctl(afd, AUDIO_GET_CONFIG, &cfg)) {
247 sz = cfg.buffer_size;
248 fprintf(stderr,"buffer size %d x %d\n", sz, cfg.buffer_count);
  /frameworks/base/tools/localize/
localize.cpp 418 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,
  /external/bluetooth/bluez/audio/
gstavdtpsink.c 271 sbc_capabilities_t *cfg; local
277 cfg = (void *) gst_avdtp_find_caps(sink, BT_A2DP_SBC_SINK);
289 cfg->frequency = BT_SBC_SAMPLING_FREQ_44100;
291 cfg->frequency = BT_SBC_SAMPLING_FREQ_48000;
293 cfg->frequency = BT_SBC_SAMPLING_FREQ_32000;
295 cfg->frequency = BT_SBC_SAMPLING_FREQ_16000;
304 cfg->channel_mode = BT_A2DP_CHANNEL_MODE_MONO;
306 cfg->channel_mode = BT_A2DP_CHANNEL_MODE_DUAL_CHANNEL;
308 cfg->channel_mode = BT_A2DP_CHANNEL_MODE_STEREO;
310 cfg->channel_mode = BT_A2DP_CHANNEL_MODE_JOINT_STEREO
    [all...]
  /external/yaffs2/yaffs2/direct/
yaffsfs.c 151 yaffsfs_DeviceConfiguration *cfg = yaffsfs_configurationList; local
161 while(cfg && cfg->prefix && cfg->dev)
164 p = cfg->prefix;
182 retval = cfg->dev;
185 cfg++;
1149 yaffsfs_DeviceConfiguration *cfg; local
1155 cfg = yaffsfs_configurationList;
1157 while(cfg && cfg->prefix && cfg->dev
    [all...]
  /frameworks/base/services/java/com/android/server/
NetworkManagementService.java 251 InterfaceConfiguration cfg = new InterfaceConfiguration(); local
252 cfg.hwAddr = st.nextToken(" ");
254 cfg.ipAddr = stringToIpAddr(st.nextToken(" "));
257 cfg.ipAddr = 0;
261 cfg.netmask = stringToIpAddr(st.nextToken(" "));
264 cfg.netmask = 0;
266 cfg.interfaceFlags = st.nextToken("]").trim() +"]";
267 Slog.d(TAG, String.format("flags <%s>", cfg.interfaceFlags));
268 return cfg;
272 String iface, InterfaceConfiguration cfg) throws IllegalStateException
    [all...]
  /bionic/libc/kernel/common/linux/
msm_q6vdec.h 166 struct vdec_config cfg; member in struct:vdec_config_sps

Completed in 1127 milliseconds

1 2