HomeSort by relevance Sort by last modified time
    Searched refs:iface (Results 76 - 100 of 382) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/core/java/android/net/
EthernetDataTracker.java 72 public void interfaceStatusChanged(String iface, boolean up) {
73 Log.d(TAG, "Interface status changed: " + iface + (up ? "up" : "down"));
76 public void interfaceLinkStateChanged(String iface, boolean up) {
77 if (mIface.equals(iface) && mLinkUp != up) {
78 Log.d(TAG, "Interface " + iface + " link " + (up ? "up" : "down"));
91 public void interfaceAdded(String iface) {
92 mTracker.interfaceAdded(iface);
95 public void interfaceRemoved(String iface) {
96 mTracker.interfaceRemoved(iface);
99 public void limitReached(String limitName, String iface) {
    [all...]
  /external/bluetooth/glib/gio/
gloadableicon.c 90 GLoadableIconIface *iface = g_class; local
92 iface->load_async = g_loadable_icon_real_load_async;
93 iface->load_finish = g_loadable_icon_real_load_finish;
122 GLoadableIconIface *iface; local
126 iface = G_LOADABLE_ICON_GET_IFACE (icon);
128 return (* iface->load) (icon, size, type, cancellable, error);
150 GLoadableIconIface *iface; local
154 iface = G_LOADABLE_ICON_GET_IFACE (icon);
156 (* iface->load_async) (icon, size, cancellable, callback, user_data);
177 GLoadableIconIface *iface; local
218 GLoadableIconIface *iface; local
    [all...]
gfile.c 276 GFileIface *iface = g_class; local
278 iface->enumerate_children_async = g_file_real_enumerate_children_async;
279 iface->enumerate_children_finish = g_file_real_enumerate_children_finish;
280 iface->set_display_name_async = g_file_real_set_display_name_async;
281 iface->set_display_name_finish = g_file_real_set_display_name_finish;
282 iface->query_info_async = g_file_real_query_info_async;
283 iface->query_info_finish = g_file_real_query_info_finish;
284 iface->query_filesystem_info_async = g_file_real_query_filesystem_info_async;
285 iface->query_filesystem_info_finish = g_file_real_query_filesystem_info_finish;
286 iface->set_attributes_async = g_file_real_set_attributes_async
331 GFileIface *iface; local
358 GFileIface *iface; local
389 GFileIface *iface; local
424 GFileIface *iface; local
448 GFileIface *iface; local
471 GFileIface *iface; local
505 GFileIface *iface; local
529 GFileIface *iface; local
554 GFileIface *iface; local
582 GFileIface *iface; local
613 GFileIface *iface; local
671 GFileIface *iface; local
703 GFileIface *iface; local
735 GFileIface *iface; local
765 GFileIface *iface; local
814 GFileIface *iface; local
865 GFileIface *iface; local
896 GFileIface *iface; local
1044 GFileIface *iface; local
1094 GFileIface *iface; local
1125 GFileIface *iface; local
1179 GFileIface *iface; local
1229 GFileIface *iface; local
1259 GFileIface *iface; local
1299 GFileIface *iface; local
1344 GFileIface *iface; local
1373 GFileIface *iface; local
1415 GFileIface *iface; local
1469 GFileIface *iface; local
1526 GFileIface *iface; local
1609 GFileIface *iface; local
1658 GFileIface *iface; local
1687 GFileIface *iface; local
1729 GFileIface *iface; local
1759 GFileIface *iface; local
1802 GFileIface *iface; local
1832 GFileIface *iface; local
1880 GFileIface *iface; local
1912 GFileIface *iface; local
2449 GFileIface *iface; local
2546 GFileIface *iface; local
2579 GFileIface *iface; local
2654 GFileIface *iface; local
2753 GFileIface *iface; local
2875 GFileIface *iface; local
2924 GFileIface *iface; local
2967 GFileIface *iface; local
3019 GFileIface *iface; local
3067 GFileIface *iface; local
3098 GFileIface *iface; local
3139 GFileIface *iface; local
3192 GFileIface *iface; local
3250 GFileIface *iface; local
3301 GFileIface *iface; local
3390 GFileIface *iface; local
3422 GFileIface *iface; local
3653 GFileIface *iface; local
3697 GFileIface *iface; local
3737 GFileIface *iface; local
3780 GFileIface *iface; local
3820 GFileIface *iface; local
3861 GFileIface *iface; local
3900 GFileIface *iface; local
3943 GFileIface *iface; local
4233 GFileIface *iface; local
4299 GFileIface *iface; local
4362 GFileIface *iface; local
4441 GFileIface *iface; local
5000 GFileIface *iface; local
5037 GFileIface *iface; local
    [all...]
  /external/dhcpcd/
lpf.c 68 open_socket(struct interface *iface, int protocol)
86 if (!(su.sll.sll_ifindex = if_nametoindex(iface->name))) {
108 fd = &iface->arp_fd;
110 fd = &iface->raw_fd;
122 send_raw_packet(const struct interface *iface, int protocol,
135 if (!(su.sll.sll_ifindex = if_nametoindex(iface->name))) {
139 su.sll.sll_hatype = htons(iface->family);
140 su.sll.sll_halen = iface->hwlen;
141 if (iface->family == ARPHRD_INFINIBAND)
145 memset(&su.sll.sll_addr, 0xff, iface->hwlen)
    [all...]
duid.c 42 get_duid(unsigned char *duid, const struct interface *iface)
79 hw = htons(iface->family);
89 memcpy(p, iface->hwaddr, iface->hwlen);
90 p += iface->hwlen;
bind.c 123 struct interface *iface = arg; local
124 struct if_state *state = iface->state;
130 close_sockets(iface);
143 iface->name, inet_ntoa(lease->addr));
149 iface->name, inet_ntoa(lease->addr));
156 lease->addr.s_addr = iface->addr.s_addr;
157 syslog(LOG_INFO, "%s: received approval for %s", iface->name,
171 iface->name, inet_ntoa(lease->addr));
176 iface->name, DHCP_MIN_LEASE);
186 iface->name, lease->rebindtime)
    [all...]
net.c 188 struct interface *iface = NULL; local
195 iface = xzalloc(sizeof(*iface));
196 strlcpy(iface->name, ifname, sizeof(iface->name));
197 iface->flags = ifr.ifr_flags;
200 iface->metric = 200 + if_nametoindex(iface->name);
201 if (getifssid(ifname, iface->ssid) != -1) {
202 iface->wireless = 1
    [all...]
  /system/netd/
SecondaryTableController.cpp 52 int SecondaryTableController::findTableNumber(const char *iface) {
56 if (strncmp(iface, mInterfaceTable[i], IFNAMSIZ + 1) == 0) {
63 int SecondaryTableController::addRoute(SocketClient *cli, char *iface, char *dest, int prefix,
65 int tableIndex = findTableNumber(iface);
74 strncpy(mInterfaceTable[tableIndex], iface, IFNAMSIZ);
79 return modifyRoute(cli, ADD, iface, dest, prefix, gateway, tableIndex);
82 int SecondaryTableController::modifyRoute(SocketClient *cli, const char *action, char *iface,
89 IP_PATH, action, dest, prefix, iface, tableIndex+BASE_TABLE_NUMBER);
92 IP_PATH, action, dest, prefix, gateway, iface, tableIndex+BASE_TABLE_NUMBER);
97 IP_PATH, action, dest, prefix, gateway, iface, tableIndex+BASE_TABLE_NUMBER)
    [all...]
SoftapController.cpp 59 int SoftapController::setCommand(char *iface, const char *fname, unsigned buflen) {
69 strncpy(wrq.ifr_name, iface, sizeof(wrq.ifr_name));
87 ALOGE("iface:%s, fname: %s - function not supported", iface, fname);
99 ALOGE("iface:%s, fname: %s - invalid private ioctl", iface, fname);
106 strncpy(wrq.ifr_name, iface, sizeof(wrq.ifr_name));
118 int SoftapController::startDriver(char *iface) {
125 if (!iface || (iface[0] == '\0'))
271 char *ssid, *iface; local
419 char *iface; local
    [all...]
  /external/wpa_supplicant_8/hostapd/
main.c 47 struct hostapd_iface **iface; member in struct:hapd_interfaces
52 int (*cb)(struct hostapd_iface *iface,
59 ret = cb(interfaces->iface[i], ctx);
122 hapd->conf->iface, MAC2STR(addr),
126 hapd->conf->iface, module_str ? " " : "",
234 static int hostapd_driver_init(struct hostapd_iface *iface)
238 struct hostapd_data *hapd = iface->bss[0];
272 params.ifname = hapd->conf->iface;
278 params.num_bridge = hapd->iface->num_bss;
279 params.bridge = os_zalloc(hapd->iface->num_bss * sizeof(char *))
328 struct hostapd_iface *iface; local
    [all...]
  /external/libvpx/vpx/
vpx_decoder_compat.h 146 vpx_dec_iface_t *iface; /**< Interface pointers */ member in struct:__anon8520
165 * \param[in] iface Interface pointer
168 const char *vpx_dec_iface_name(vpx_dec_iface_t *iface) DEPRECATED;
225 * \param[in] iface Pointer to the algorithm interface to use.
234 vpx_dec_iface_t *iface,
236 #define vpx_dec_init(ctx, iface) \
237 vpx_dec_init_ver(ctx, iface, VPX_DECODER_ABI_VERSION)
258 * \param[in] iface Pointer to the algorithm interface
261 vpx_dec_caps_t vpx_dec_get_caps(vpx_dec_iface_t *iface) DEPRECATED;
270 * \param[in] iface Pointer to the algorithm interfac
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
main.c 123 struct wpa_interface *ifaces, *iface; local
134 iface = ifaces = os_zalloc(sizeof(struct wpa_interface));
147 iface->bridge_ifname = optarg;
153 iface->confname = optarg;
156 iface->ctrl_interface = optarg;
159 iface->driver = optarg;
187 iface->ifname = optarg;
203 iface->driver_param = optarg;
234 iface = os_realloc(ifaces, iface_count *
236 if (iface == NULL
    [all...]
main_winmain.c 25 struct wpa_interface *ifaces, *iface; local
38 iface = ifaces = os_zalloc(sizeof(struct wpa_interface));
43 iface->confname = "default";
44 iface->driver = "ndis";
45 iface->ifname = "";
offchannel.c 23 struct wpa_supplicant *iface; local
31 iface = wpa_s->global->ifaces;
32 while (iface) {
34 iface->own_addr, ETH_ALEN) == 0)
36 iface = iface->next;
38 if (iface) {
41 iface->ifname, wpa_s->ifname);
42 return iface;
52 struct wpa_supplicant *iface; local
206 struct wpa_supplicant *iface; local
    [all...]
  /frameworks/base/tools/aidl/
generate_java.cpp 62 interface_type* iface)
66 if (iface->document_item.item_type == INTERFACE_TYPE_BINDER) {
67 cl = generate_binder_interface_class(iface);
69 else if (iface->document_item.item_type == INTERFACE_TYPE_RPC) {
70 cl = generate_rpc_interface_class(iface);
75 if (iface->package) document->package = iface->package;
  /external/mesa3d/src/pixelflinger2/
shader.cpp 137 static gl_shader * ShaderCreate(const GGLInterface * iface, GLenum type)
139 GGL_GET_CONST_CONTEXT(ctx, iface);
176 static GLboolean ShaderCompile(const GGLInterface * iface, gl_shader * shader,
179 GGL_GET_CONST_CONTEXT(ctx, iface);
199 static void ShaderDelete(const GGLInterface * iface, gl_shader * shader)
222 static gl_shader_program * ShaderProgramCreate(const GGLInterface * iface)
224 GGL_GET_CONST_CONTEXT(ctx, iface);
249 static void ShaderAttach(const GGLInterface * iface, gl_shader_program * program,
540 static void ShaderUse(GGLInterface * iface, gl_shader_program * program)
542 GGL_GET_CONTEXT(ctx, iface);
    [all...]
raster.cpp 64 static void ProcessVertex(const GGLInterface * iface, const VertexInput * input,
67 GGL_GET_CONST_CONTEXT(ctx, iface);
130 args->iface->ScanLine(args->iface, left, right);
151 static void RasterTrapezoid(const GGLInterface * iface, const VertexOutput * tl,
155 GGL_GET_CONST_CONTEXT(ctx, iface);
281 args.iface = iface;
315 iface->ScanLine(iface, left, right)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
main_winmain.c 31 struct wpa_interface *ifaces, *iface; local
44 iface = ifaces = os_zalloc(sizeof(struct wpa_interface));
49 iface->confname = "default";
50 iface->driver = "ndis";
51 iface->ifname = "";
  /hardware/libhardware_legacy/include/hardware_legacy/
wifi.h 79 * @param iface is the interface on which event is received
87 int wifi_wait_for_event(const char *iface, char *buf, size_t len);
99 * @param iface is the interface on which command is sent
108 int wifi_command(const char *iface, const char *command, char *reply, size_t *reply_len);
  /dalvik/dx/src/com/android/dx/cf/attrib/
BaseAttribute.java 19 import com.android.dx.cf.iface.Attribute;
  /dalvik/dx/src/com/android/dx/cf/direct/
FieldListParser.java 19 import com.android.dx.cf.iface.AttributeList;
20 import com.android.dx.cf.iface.Member;
21 import com.android.dx.cf.iface.StdField;
22 import com.android.dx.cf.iface.StdFieldList;
MethodListParser.java 19 import com.android.dx.cf.iface.AttributeList;
20 import com.android.dx.cf.iface.Member;
21 import com.android.dx.cf.iface.StdMethod;
22 import com.android.dx.cf.iface.StdMethodList;
  /dalvik/dx/src/com/android/dx/cf/iface/
ParseException.java 17 package com.android.dx.cf.iface;
StdFieldList.java 17 package com.android.dx.cf.iface;
StdMethodList.java 17 package com.android.dx.cf.iface;

Completed in 1622 milliseconds

1 2 34 5 6 7 8 91011>>