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

1 2 3 4 5 6 78 91011>>

  /sdk/emulator/opengl/host/libs/Translator/EGL/
ClientAPIExts.cpp 66 void initClientFuncs(GLESiface *iface, int idx)
70 (FUNC_TYPE(fname))iface->getProcAddress(#fname);
  /system/netd/
MDnsSdListener.h 113 void discover(SocketClient *cli, const char *iface, const char *regType,
130 int ifaceNameToI(const char *iface);
  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface.c 1849 struct wpa_interface iface; local
1956 struct wpa_interface_info *iface = NULL, *last = NULL, *tmp; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_helpers.c 467 int wpa_dbus_ctrl_iface_init(struct wpas_dbus_priv *iface,
478 obj_desc->connection = iface->con;
482 if (!dbus_connection_register_object_path(iface->con,
492 switch (dbus_bus_request_name(iface->con, dbus_service,
860 * @iface: dbus priv struct
871 void wpa_dbus_mark_property_changed(struct wpas_dbus_priv *iface,
879 if (iface == NULL)
882 dbus_connection_get_object_path_data(iface->con, path,
905 iface->con, obj_desc->path)) {
908 iface->con, obj_desc)
    [all...]
dbus_old.h 71 int wpa_supplicant_dbus_ctrl_iface_init(struct wpas_dbus_priv *iface);
dbus_old_handlers.c 150 * Try to get the wpa_supplicant record for this iface, return
160 struct wpa_interface iface; local
161 os_memset(&iface, 0, sizeof(iface));
162 iface.ifname = ifname;
163 iface.driver = driver;
164 iface.driver_param = driver_param;
165 iface.confname = confname;
166 iface.bridge_ifname = bridge_ifname;
168 if ((wpa_s = wpa_supplicant_add_iface(global, &iface))) {
827 char *iface = NULL, *net_id = NULL; local
    [all...]
  /frameworks/base/tools/aidl/
aidl.cpp 816 interface_type* iface = (interface_type*)malloc( local
818 memset(iface, 0, sizeof(interface_type));
819 iface->document_item.item_type = INTERFACE_TYPE_BINDER;
820 iface->interface_token.lineno = lineno;
821 iface->interface_token.data = strdup(type);
822 iface->package = packagename ? strdup(packagename) : NULL;
823 iface->name.lineno = lineno;
824 iface->name.data = strdup(classname);
825 iface->open_brace_token.lineno = lineno;
826 iface->open_brace_token.data = strdup("{")
1006 interface_type* iface = (interface_type*)doc; local
    [all...]
generate_java_binder.cpp 517 generate_binder_interface_class(const interface_type* iface)
520 NAMES.Find(iface->package, iface->name.data));
524 interface->comment = gather_comments(iface->comments_token->extra);
532 NAMES.Find(iface->package, append(iface->name.data, ".Stub").c_str()),
538 NAMES.Find(iface->package,
539 append(iface->name.data, ".Stub.Proxy").c_str()),
548 interface_item_type* item = iface->interface_items;
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.c 1035 struct wpa_interface iface; local
1052 os_memset(&iface, 0, sizeof(iface));
1053 iface.ifname = wpa_s->pending_interface_name;
1054 iface.driver = wpa_s->driver->name;
1055 iface.ctrl_interface = wpa_s->conf->ctrl_interface;
1056 iface.driver_param = wpa_s->conf->driver_param;
1057 group_wpa_s = wpa_supplicant_add_iface(wpa_s->global, &iface);
3058 struct wpa_supplicant *iface; local
5014 struct wpa_supplicant *iface; local
5035 struct wpa_supplicant *iface; local
5061 struct wpa_supplicant *iface; local
5106 struct wpa_supplicant *iface; local
5443 struct wpa_supplicant *iface = NULL; 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;
StdMember.java 17 package com.android.dx.cf.iface;
  /frameworks/base/core/tests/coretests/src/com/android/internal/net/
NetworkStatsFactoryTest.java 157 private static void assertStatsEntry(NetworkStats stats, String iface, int uid, int set,
159 final int i = stats.findIndex(iface, uid, set, tag);
165 private static void assertStatsEntry(NetworkStats stats, String iface, int uid, int set,
167 final int i = stats.findIndex(iface, uid, set, tag);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
hwdep.h 50 int iface; member in struct:snd_hwdep
soc.h 35 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \
40 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = (xname),\
46 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = (xname), \
59 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname,\
65 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \
70 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \
75 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
hwdep.h 50 int iface; member in struct:snd_hwdep
soc.h 35 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \
40 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = (xname),\
46 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = (xname), \
59 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname,\
65 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \
70 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \
75 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \
  /external/mesa3d/src/pixelflinger2/
texture.cpp 389 static void SetSampler(GGLInterface * iface, const unsigned sampler, GGLTexture * texture)
392 GGL_GET_CONTEXT(ctx, iface);
394 SetShaderVerifyFunctions(iface);
396 SetShaderVerifyFunctions(iface);
398 SetShaderVerifyFunctions(iface);
400 SetShaderVerifyFunctions(iface);
402 SetShaderVerifyFunctions(iface);
404 SetShaderVerifyFunctions(iface);
423 void InitializeTextureFunctions(GGLInterface * iface)
425 iface->SetSampler = SetSampler
    [all...]
  /frameworks/base/core/java/android/net/
LinkProperties.java 91 public void setInterfaceName(String iface) {
92 mIfaceName = iface;
403 String iface = in.readString();
404 if (iface != null) {
406 netProp.setInterfaceName(iface);
  /external/wpa_supplicant_8/src/drivers/
driver_madwifi.c 77 char iface[IFNAMSIZ + 1]; member in struct:madwifi_driver_data
100 os_strlcpy(iwr.ifr_name, drv->iface, IFNAMSIZ);
201 os_strlcpy(iwr.ifr_name, drv->iface, IFNAMSIZ);
586 drv->iface, MAC2STR(addr));
754 drv->sock_raw = l2_packet_init(drv->iface, NULL, ETH_P_80211_RAW,
807 os_strlcpy(iwr.ifr_name, drv->iface, IFNAMSIZ);
1032 os_strlcpy(iwr.ifr_name, drv->iface, IFNAMSIZ);
1149 memcpy(drv->iface, params->ifname, sizeof(drv->iface));
1152 os_strlcpy(ifr.ifr_name, drv->iface, sizeof(ifr.ifr_name))
    [all...]
driver_hostap.c 40 char iface[IFNAMSIZ + 1]; member in struct:hostap_driver_data
242 snprintf(ifr.ifr_name, sizeof(ifr.ifr_name), "%sap", drv->iface);
263 return linux_get_ifhwaddr(drv->sock, drv->iface, own_addr);
355 os_snprintf(ifname, IFNAMSIZ, "%sap", drv->iface);
381 os_strlcpy(iwr.ifr_name, drv->iface, IFNAMSIZ);
494 os_strlcpy(iwr.ifr_name, drv->iface, IFNAMSIZ);
551 os_strlcpy(iwr.ifr_name, drv->iface, IFNAMSIZ);
588 drv->iface, MAC2STR(addr));
914 os_strlcpy(iwr.ifr_name, drv->iface, IFNAMSIZ);
974 memcpy(drv->iface, params->ifname, sizeof(drv->iface))
    [all...]
  /frameworks/base/services/java/com/android/server/
ThrottleService.java 144 String iface) {
152 mIface = iface;
171 InterfaceObserver(Handler handler, int msg, String iface) {
175 mIface = iface;
178 public void interfaceStatusChanged(String iface, boolean up) {
180 if (TextUtils.equals(iface, mIface)) {
186 public void interfaceLinkStateChanged(String iface, boolean up) {
189 public void interfaceAdded(String iface) {
192 if (TextUtils.equals(iface, mIface)) {
197 public void interfaceRemoved(String iface) {}
    [all...]
  /external/libvpx/
vpxdec.c 55 const vpx_codec_iface_t *iface; member in struct:__anon9824
162 vpx_codec_iface_name(ifaces[i].iface));
457 if(!vpx_codec_peek_stream_info(ifaces[i].iface,
705 vpx_codec_iface_t *iface = NULL; local
747 iface = ifaces[k].iface;
956 vpx_codec_iface_t *ivf_iface = ifaces[i].iface;
958 if (iface && iface != ivf_iface)
962 iface = ivf_iface
    [all...]
  /external/libppp/src/
ipcp.c 97 #include "iface.h"
518 struct iface *iface = ipcp->fsm.bundle->iface; local
529 for (n = 0; n < iface->addrs; n++) {
530 if (!ncpaddr_getip4(&iface->addr[n].peer, &peer))
537 if (n == iface->addrs)
565 for (n = 0; n < iface->addrs; n++) {
566 ncprange_getaddr(&iface->addr[n].ifa, &ipaddr);
572 if (n == iface->addrs
976 struct iface *iface = bundle->iface; local
    [all...]
  /dalvik/dx/src/com/android/dx/command/annotool/
Main.java 22 import com.android.dx.cf.iface.AttributeList;
23 import com.android.dx.cf.iface.Attribute;

Completed in 1487 milliseconds

1 2 3 4 5 6 78 91011>>