HomeSort by relevance Sort by last modified time
    Searched refs:iface (Results 126 - 150 of 386) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/base/services/java/com/android/server/
CommonTimeManagementService.java 110 public void interfaceStatusChanged(String iface, boolean up) {
113 public void interfaceLinkStateChanged(String iface, boolean up) {
116 public void interfaceAdded(String iface) {
119 public void interfaceRemoved(String iface) {
122 public void limitReached(String limitName, String iface) { }
210 pw.println(String.format(" No iface timeout : %d", NO_INTERFACE_TIMEOUT));
308 for (String iface : ifaceList) {
312 if (iface.contains(r.mPrefix)) {
321 InterfaceConfiguration config = mNetMgr.getInterfaceConfig(iface);
326 bindIface = iface;
    [all...]
  /external/dhcpcd/
if-linux.c 68 if_init(struct interface *iface)
83 iface->name);
94 if_conf(struct interface *iface)
102 iface->name);
108 iface->state->options->options |= DHCPCD_BROADCAST;
253 rt.iface = NULL;
272 rt.iface = find_interface(ifn);
280 if (rt.iface != NULL) {
281 if (metric == rt.iface->metric) {
297 struct interface *iface; local
    [all...]
  /external/wpa_supplicant_8/src/ap/
sta_info.c 145 hapd->iface->num_sta_non_erp--;
146 if (hapd->iface->num_sta_non_erp == 0)
152 hapd->iface->num_sta_no_short_slot_time--;
153 if (hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G
154 && hapd->iface->num_sta_no_short_slot_time == 0)
160 hapd->iface->num_sta_no_short_preamble--;
161 if (hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G
162 && hapd->iface->num_sta_no_short_preamble == 0)
168 hapd->iface->num_sta_ht_no_gf--;
173 hapd->iface->num_sta_no_ht--
533 struct hostapd_iface *iface = hapd->iface; local
652 const char *iface; local
    [all...]
beacon.c 45 if (hapd->iface->current_mode == NULL ||
46 hapd->iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G)
49 if (hapd->iface->olbc)
51 if (hapd->iface->num_sta_non_erp > 0) {
55 if (hapd->iface->num_sta_no_short_preamble > 0 ||
74 if (hapd->iface->current_mode == NULL ||
75 hapd->iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G)
125 hapd->iface->current_mode == NULL)
133 mode = hapd->iface->current_mode;
475 if (!(hapd->iface->drv_flags & WPA_DRIVER_FLAGS_PROBE_RESP_OFFLOAD)
    [all...]
ieee802_11.c 45 if (hapd->iface->current_rates == NULL)
49 num = hapd->iface->num_rates;
60 for (i = 0, count = 0; i < hapd->iface->num_rates && count < num;
63 *pos = hapd->iface->current_rates[i].rate / 5;
64 if (hapd->iface->current_rates[i].flags & HOSTAPD_RATE_BASIC)
70 hapd->iface->num_rates < 8)
82 if (hapd->iface->current_rates == NULL)
85 num = hapd->iface->num_rates;
95 for (i = 0, count = 0; i < hapd->iface->num_rates && count < num + 8;
100 *pos = hapd->iface->current_rates[i].rate / 5
1748 struct hostapd_iface *iface = hapd->iface; local
1778 struct hostapd_iface *iface = hapd->iface; local
1804 struct hostapd_iface *iface = hapd->iface; local
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_upnp.c 555 struct upnp_wps_device_interface *iface; local
559 dl_list_for_each(iface, &s->sm->interfaces,
561 upnp_er_remove_notification(iface->wps->registrar, s);
1070 struct upnp_wps_device_interface *iface; local
1087 struct upnp_wps_device_interface *iface; local
1136 struct upnp_wps_device_interface *iface; local
1199 struct upnp_wps_device_interface *iface; local
    [all...]
  /external/doclava/res/assets/templates/
hierarchy.cs 37 <?cs each:iface = cl.interfaces ?>
38 <?cs if:iface.exists ?>
39 <?cs call:type_link(iface.class) ?>
41 <?cs var:iface.value ?>
  /external/expat/amiga/
expat_lib.c 57 void closeInterface(struct ExecIFace *IExec, struct Interface *iface);
230 struct Interface *iface = IExec->GetInterface(base, "main", 1, 0); local
231 if (iface == 0) {
235 return iface;
239 void closeInterface(struct ExecIFace *IExec, struct Interface *iface)
241 if (iface != 0)
243 struct Library *base = iface->Data.LibBase;
244 IExec->DropInterface(iface);
  /external/libppp/src/
tun.c 74 #include "iface.h"
98 ifr.ifr_mtu = bundle->iface->mtu;
109 info.mtu = bundle->iface->mtu;
  /external/wpa_supplicant_8/wpa_supplicant/examples/
dbus-listen-preq.py 54 iface = dbus.Interface(if_obj, WPAS_DBUS_INTERFACES_INTERFACE)
60 iface.SubscribeProbeReq()
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglGlobalInfo.h 40 void setIface(GLESiface* iface,GLESVersion ver) { m_gles_ifaces[ver] = iface;};
  /dalvik/dx/src/com/android/dx/cf/direct/
MemberListParser.java 19 import com.android.dx.cf.iface.AttributeList;
20 import com.android.dx.cf.iface.Member;
21 import com.android.dx.cf.iface.ParseException;
22 import com.android.dx.cf.iface.ParseObserver;
23 import com.android.dx.cf.iface.StdAttributeList;
  /external/doclava/src/com/google/doclava/
Hierarchy.java 114 for (ClassInfo iface : cl.interfaces()) {
115 hdf.setValue("interfaces." + i + ".class.label", iface.name());
116 hdf.setValue("interfaces." + i + ".class.qualified", iface.qualifiedName());
117 if (iface.checkLevel()) {
118 hdf.setValue("interfaces." + i + ".class.link", iface.htmlPage());
  /system/netd/
SoftapController.cpp 132 char *ssid, *iface; local
143 iface = argv[2];
156 iface, ssid);
227 char *iface; local
239 iface = argv[2];
FirewallController.cpp 71 int FirewallController::setInterfaceRule(const char* iface, FirewallRule rule) {
80 res |= execIptables(V4V6, op, LOCAL_INPUT, "-i", iface, "-j", "RETURN", NULL);
81 res |= execIptables(V4V6, op, LOCAL_OUTPUT, "-o", iface, "-j", "RETURN", NULL);
  /external/webkit/Source/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp 783 static void atk_action_interface_init(AtkActionIface* iface)
785 iface->do_action = webkit_accessible_action_do_action;
786 iface->get_n_actions = webkit_accessible_action_get_n_actions;
787 iface->get_description = webkit_accessible_action_get_description;
788 iface->get_keybinding = webkit_accessible_action_get_keybinding;
789 iface->get_name = webkit_accessible_action_get_name;
988 static void atk_selection_interface_init(AtkSelectionIface* iface)
990 iface->add_selection = webkit_accessible_selection_add_selection;
991 iface->clear_selection = webkit_accessible_selection_clear_selection;
992 iface->ref_selection = webkit_accessible_selection_ref_selection
    [all...]
  /frameworks/base/tools/aidl/
generate_java_rpc.cpp 88 DispatcherClass(const interface_type* iface, Expression* target);
108 DispatcherClass::DispatcherClass(const interface_type* iface, Expression* target)
290 RpcProxyClass(const interface_type* iface, InterfaceType* interfaceType);
301 RpcProxyClass::RpcProxyClass(const interface_type* iface, InterfaceType* interfaceType)
304 this->comment = gather_comments(iface->comments_token->extra);
359 EventListenerClass(const interface_type* iface, Type* listenerType);
374 EventListenerClass::EventListenerClass(const interface_type* iface, Type* listenerType)
375 :DispatcherClass(iface, new FieldVariable(THIS_VALUE, "_listener"))
379 this->type = new Type(iface->package ? iface->package : ""
    [all...]
  /external/libusb/libusb/os/
darwin_usb.c 53 static int darwin_claim_interface(struct libusb_device_handle *dev_handle, int iface);
54 static int darwin_release_interface(struct libusb_device_handle *dev_handle, int iface);
122 int8_t i, iface; local
126 for (iface = 0 ; iface < USB_MAXINTERFACES ; iface++) {
127 cInterface = &priv->interfaces[iface];
129 if (dev_handle->claimed_interfaces & (1 << iface)) {
133 *ifcp = iface;
756 static int get_endpoints (struct libusb_device_handle *dev_handle, int iface) {
789 usbi_info (HANDLE_CTX (dev_handle), "interface: %i pipe %i: dir: %i number: %i", iface, i, direction, number); local
999 uint8_t pipeRef, iface; local
1080 uint8_t direction, number, interval, pipeRef, iface; local
1133 uint8_t pipeRef, iface; local
1258 uint8_t pipeRef, iface; local
1269 usbi_info (ITRANSFER_CTX (itransfer), "WARNING: aborting all transactions on interface %d pipe %d", iface, pipeRef); local
    [all...]
  /frameworks/base/services/java/com/android/server/am/
TransferPipe.java 52 void go(IInterface iface, FileDescriptor fd, String prefix,
73 static void go(Caller caller, IInterface iface, FileDescriptor out,
75 go(caller, iface, out, prefix, args, DEFAULT_TIMEOUT);
78 static void go(Caller caller, IInterface iface, FileDescriptor out,
80 if ((iface.asBinder()) instanceof Binder) {
83 caller.go(iface, out, prefix, args);
91 caller.go(iface, tp.getWriteFd().getFileDescriptor(), prefix, args);
  /external/wpa_supplicant_6/wpa_supplicant/
main_winsvc.c 75 struct wpa_interface iface; local
84 os_memset(&iface, 0, sizeof(iface));
85 iface.driver = "ndis";
95 iface.ctrl_interface = (char *) ctrl_interface;
106 iface.ifname = (char *) adapter;
117 iface.confname = (char *) config;
128 if (wpa_supplicant_add_iface(global, &iface) == NULL) {
131 "initialization failure", iface.ifname);
ctrl_iface_dbus_handlers.c 76 static void wpas_dbus_free_wpa_interface(struct wpa_interface *iface)
78 free((char *) iface->driver);
79 free((char *) iface->driver_param);
80 free((char *) iface->confname);
81 free((char *) iface->bridge_ifname);
99 struct wpa_interface iface; local
104 memset(&iface, 0, sizeof(iface));
116 iface.ifname = ifname;
130 iface.driver = strdup(entry.str_value)
866 char *iface = NULL, *net_id = NULL; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
main_winsvc.c 69 struct wpa_interface iface; local
78 os_memset(&iface, 0, sizeof(iface));
79 iface.driver = "ndis";
89 iface.ctrl_interface = (char *) ctrl_interface;
100 iface.ifname = (char *) adapter;
111 iface.confname = (char *) config;
122 if (wpa_supplicant_add_iface(global, &iface) == NULL) {
125 "initialization failure", iface.ifname);
  /dalvik/vm/oo/
Object.cpp 140 ClassObject* iface = clazz->iftable[i].clazz; local
141 pField = dvmFindStaticField(iface, fieldName, signature);
191 ClassObject* iface = clazz->iftable[i].clazz; local
192 pField = (Field*) dvmFindStaticField(iface, fieldName, signature);
549 Method* dvmFindInterfaceMethodHierByDescriptor(const ClassObject* iface,
552 Method* resMethod = dvmFindVirtualMethodByDescriptor(iface,
557 for (i = 0; i < iface->iftableCount; i++) {
558 resMethod = dvmFindVirtualMethodByDescriptor(iface->iftable[i].clazz,
572 Method* dvmFindInterfaceMethodHier(const ClassObject* iface,
575 Method* resMethod = dvmFindVirtualMethod(iface, methodName, proto)
    [all...]
  /dalvik/dx/src/com/android/dx/cf/iface/
StdField.java 17 package com.android.dx.cf.iface;
StdMethod.java 17 package com.android.dx.cf.iface;

Completed in 600 milliseconds

1 2 3 4 56 7 8 91011>>