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

1 2 3 4 56 7 8 91011>>

  /external/ppp/pppd/
cbcp.c 120 cbcp_init(iface)
121 int iface;
125 us = &cbcp[iface];
127 us->us_unit = iface;
133 cbcp_lowerup(iface)
134 int iface;
136 cbcp_state *us = &cbcp[iface];
210 void cbcp_protrej(int iface)
  /external/wpa_supplicant/
main_winsvc.c 75 struct wpa_interface iface; local
83 os_memset(&iface, 0, sizeof(iface));
84 iface.driver = "ndis";
94 iface.ctrl_interface = (char *) ctrl_interface;
105 iface.ifname = (char *) adapter;
116 iface.confname = (char *) config;
121 if (wpa_supplicant_add_iface(global, &iface) == NULL)
ctrl_iface.c 1336 struct wpa_interface iface; local
    [all...]
  /external/bluetooth/glib/gio/
gemblem.c 49 static void g_emblem_iface_init (GIconIface *iface);
354 g_emblem_iface_init (GIconIface *iface)
356 iface->hash = g_emblem_hash;
357 iface->equal = g_emblem_equal;
358 iface->to_tokens = g_emblem_to_tokens;
359 iface->from_tokens = g_emblem_from_tokens;
gemblemedicon.c 50 static void g_emblemed_icon_icon_iface_init (GIconIface *iface);
346 g_emblemed_icon_icon_iface_init (GIconIface *iface)
348 iface->hash = g_emblemed_icon_hash;
349 iface->equal = g_emblemed_icon_equal;
350 iface->to_tokens = g_emblemed_icon_to_tokens;
351 iface->from_tokens = g_emblemed_icon_from_tokens;
gicon.c 124 GIconIface *iface; local
128 iface = G_ICON_GET_IFACE (icon);
130 return (* iface->hash) ((GIcon *)icon);
146 GIconIface *iface; local
157 iface = G_ICON_GET_IFACE (icon1);
159 return (* iface->equal) (icon1, icon2);
gwin32appinfo.c 54 static void g_win32_app_info_iface_init (GAppInfoIface *iface);
376 g_win32_app_info_iface_init (GAppInfoIface *iface)
378 iface->dup = g_win32_app_info_dup;
379 iface->equal = g_win32_app_info_equal;
380 iface->get_id = g_win32_app_info_get_id;
381 iface->get_name = g_win32_app_info_get_name;
382 iface->get_description = g_win32_app_info_get_description;
383 iface->get_executable = g_win32_app_info_get_executable;
384 iface->get_icon = g_win32_app_info_get_icon;
385 iface->launch = g_win32_app_info_launch
    [all...]
gfileinputstream.c 55 static void g_file_input_stream_seekable_iface_init (GSeekableIface *iface);
97 g_file_input_stream_seekable_iface_init (GSeekableIface *iface)
99 iface->tell = g_file_input_stream_seekable_tell;
100 iface->can_seek = g_file_input_stream_seekable_can_seek;
101 iface->seek = g_file_input_stream_seekable_seek;
102 iface->can_truncate = g_file_input_stream_seekable_can_truncate;
103 iface->truncate_fn = g_file_input_stream_seekable_truncate;
gfileoutputstream.c 59 static void g_file_output_stream_seekable_iface_init (GSeekableIface *iface);
100 g_file_output_stream_seekable_iface_init (GSeekableIface *iface)
102 iface->tell = g_file_output_stream_seekable_tell;
103 iface->can_seek = g_file_output_stream_seekable_can_seek;
104 iface->seek = g_file_output_stream_seekable_seek;
105 iface->can_truncate = g_file_output_stream_seekable_can_truncate;
106 iface->truncate_fn = g_file_output_stream_seekable_truncate;
glocalfile.c 109 static void g_local_file_file_iface_init (GFileIface *iface);
    [all...]
gthemedicon.c 49 static void g_themed_icon_icon_iface_init (GIconIface *iface);
517 g_themed_icon_icon_iface_init (GIconIface *iface)
519 iface->hash = g_themed_icon_hash;
520 iface->equal = g_themed_icon_equal;
521 iface->to_tokens = g_themed_icon_to_tokens;
522 iface->from_tokens = g_themed_icon_from_tokens;
  /external/bluetooth/glib/gobject/tests/
threadtests.c 78 static void my_face0_default_init (MyFace0Interface *iface) { call_counter_init (iface); }
81 static void my_face1_default_init (MyFace1Interface *iface) { call_counter_init (iface); }
84 static void my_face2_default_init (MyFace2Interface *iface) { call_counter_init (iface); }
  /external/dhcpcd/
dhcp.c 759 const struct interface *iface, const struct dhcp_lease *lease,
765 time_t up = uptime() - iface->start_uptime;
779 !IN_LINKLOCAL(ntohl(iface->addr.s_addr)))
781 dhcp->ciaddr = iface->addr.s_addr;
783 if (type == DHCP_INFORM && iface->addr.s_addr == 0)
787 iface->net.s_addr != lease->net.s_addr)
792 dhcp->hwtype = iface->family;
793 switch (iface->family) {
797 memcpy(&dhcp->chaddr, &iface->hwaddr, ETHER_ADDR_LEN);
821 if (iface->clientid)
    [all...]
  /external/opencore/nodes/streaming/streamingmanager/src/
pvmf_streaming_manager_extension_interface.cpp 244 PVMFStreamingManagerExtensionInterfaceImpl::queryInterface(const PVUuid& uuid, PVInterface*& iface)
250 iface = OSCL_STATIC_CAST(PVInterface*, interimPtr);
257 iface = OSCL_STATIC_CAST(PVInterface*, interimPtr);
264 iface = OSCL_STATIC_CAST(PVInterface*, interimPtr);
271 iface = OSCL_STATIC_CAST(PVInterface*, interimPtr);
278 iface = OSCL_STATIC_CAST(PVInterface*, interimPtr);
285 iface = OSCL_STATIC_CAST(PVInterface*, interimPtr);
292 iface = OSCL_STATIC_CAST(PVInterface*, interimPtr);
297 iface = NULL;
  /system/core/adb/
usb_osx.c 56 static usb_handle* CheckInterface(IOUSBInterfaceInterface **iface,
124 IOUSBInterfaceInterface220 **iface = NULL; local
148 &iface);
151 if (result || !iface) {
160 kr = (*iface)->GetDevice(iface, &usbDevice);
250 usb_handle* handle = CheckInterface((IOUSBInterfaceInterface**)iface,
254 (*iface)->Release(iface);
  /external/webkit/WebCore/platform/graphics/gtk/
DataSourceGStreamer.cpp 237 GstURIHandlerInterface* iface = (GstURIHandlerInterface *) g_iface; local
239 iface->get_type = webkit_data_src_uri_get_type;
240 iface->get_protocols = webkit_data_src_uri_get_protocols;
241 iface->get_uri = webkit_data_src_uri_get_uri;
242 iface->set_uri = webkit_data_src_uri_set_uri;
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_supplicant.c     [all...]
ctrl_iface.c 1842 struct wpa_interface iface; local
1949 struct wpa_interface_info *iface = NULL, *last = NULL, *tmp; local
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
ConcreteMethod.java 24 import com.android.dx.cf.iface.AttributeList;
25 import com.android.dx.cf.iface.ClassFile;
26 import com.android.dx.cf.iface.Method;
  /external/opencore/protocols/rtsp_client_engine/src/
pvrtspenginenodeextensioninterface_impl.cpp 46 bool PVRTSPEngineNodeExtensionInterfaceImpl::queryInterface(const PVUuid& uuid, PVInterface*& iface)
51 iface = this;
56 iface = NULL;
  /build/tools/apicheck/src/com/android/apicheck/
ClassInfo.java 137 for (String iface : mInterfaceNames) {
140 found = c.mInterfaceNames.contains(iface);
144 "Class " + qualifiedName() + " no longer implements " + iface);
147 for (String iface : cl.mInterfaceNames) {
148 if (!mInterfaceNames.contains(iface)) {
150 "Added interface " + iface + " to class "
  /hardware/libhardware_legacy/wifi/
wifi.c 47 static char iface[PROPERTY_VALUE_MAX]; variable
119 if (strcmp(iface, WIFI_TEST_INTERFACE) == 0)
125 if (do_dhcp(iface) < 0) {
373 property_get("wifi.interface", iface, WIFI_TEST_INTERFACE);
376 snprintf(ifname, sizeof(ifname), "%s/%s", IFACE_DIR, iface);
378 strlcpy(ifname, iface, sizeof(ifname));
  /frameworks/base/tools/aidl/
aidl.cpp 723 interface_type* iface = (interface_type*)malloc( local
725 memset(iface, 0, sizeof(interface_type));
726 iface->document_item.item_type = INTERFACE_TYPE;
727 iface->interface_token.lineno = lineno;
728 iface->interface_token.data = strdup(type);
729 iface->package = packagename ? strdup(packagename) : NULL;
730 iface->name.lineno = lineno;
731 iface->name.data = strdup(classname);
732 iface->open_brace_token.lineno = lineno;
733 iface->open_brace_token.data = strdup("{")
905 interface_type* iface = (interface_type*)doc; local
    [all...]
  /dalvik/dx/src/com/android/dx/cf/attrib/
AttCode.java 21 import com.android.dx.cf.iface.AttributeList;
  /dalvik/dx/src/com/android/dx/cf/iface/
StdAttributeList.java 17 package com.android.dx.cf.iface;

Completed in 299 milliseconds

1 2 3 4 56 7 8 91011>>