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

1 2 3 4 5 6 7 891011>>

  /frameworks/base/tools/aidl/
aidl.cpp 818 interface_type* iface = (interface_type*)malloc( local
820 memset(iface, 0, sizeof(interface_type));
821 iface->document_item.item_type = INTERFACE_TYPE_BINDER;
822 iface->interface_token.lineno = lineno;
823 iface->interface_token.data = strdup(type);
824 iface->package = packagename ? strdup(packagename) : NULL;
825 iface->name.lineno = lineno;
826 iface->name.data = strdup(classname);
827 iface->open_brace_token.lineno = lineno;
828 iface->open_brace_token.data = strdup("{")
1008 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;
  /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;
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old.h 77 int wpa_supplicant_dbus_ctrl_iface_init(struct wpas_dbus_priv *iface);
dbus_old_handlers.c 156 * Try to get the wpa_supplicant record for this iface, return
166 struct wpa_interface iface; local
167 os_memset(&iface, 0, sizeof(iface));
168 iface.ifname = ifname;
169 iface.driver = driver;
170 iface.driver_param = driver_param;
171 iface.confname = confname;
172 iface.bridge_ifname = bridge_ifname;
174 if ((wpa_s = wpa_supplicant_add_iface(global, &iface))) {
833 char *iface = NULL, *net_id = NULL; local
    [all...]
  /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, \
  /external/bluetooth/glib/gio/
gmemoryinputstream.c 99 static void g_memory_input_stream_seekable_iface_init (GSeekableIface *iface);
171 g_memory_input_stream_seekable_iface_init (GSeekableIface *iface)
173 iface->tell = g_memory_input_stream_tell;
174 iface->can_seek = g_memory_input_stream_can_seek;
175 iface->seek = g_memory_input_stream_seek;
176 iface->can_truncate = g_memory_input_stream_can_truncate;
177 iface->truncate_fn = g_memory_input_stream_truncate;
gmemoryoutputstream.c 90 static void g_memory_output_stream_seekable_iface_init (GSeekableIface *iface);
146 g_memory_output_stream_seekable_iface_init (GSeekableIface *iface)
148 iface->tell = g_memory_output_stream_tell;
149 iface->can_seek = g_memory_output_stream_can_seek;
150 iface->seek = g_memory_output_stream_seek;
151 iface->can_truncate = g_memory_output_stream_can_truncate;
152 iface->truncate_fn = g_memory_output_stream_truncate;
  /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...]
  /external/bluetooth/glib/gobject/
gtypemodule.c 142 g_type_module_iface_init (GTypePluginClass *iface)
144 iface->use_plugin = g_type_module_use_plugin;
145 iface->unuse_plugin = (void (*) (GTypePlugin *))g_type_module_unuse;
146 iface->complete_type_info = g_type_module_complete_type_info;
147 iface->complete_interface_info = g_type_module_complete_interface_info;
  /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/wpa_supplicant/
wpa_supplicant.c     [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_atheros.c 62 char iface[IFNAMSIZ + 1]; member in struct:atheros_driver_data
188 os_strlcpy(iwr.ifr_name, drv->iface, IFNAMSIZ);
207 __func__, drv->iface, op,
221 os_strlcpy(iwr.ifr_name, drv->iface, IFNAMSIZ);
228 "(%s) arg %d)", __func__, drv->iface, op,
779 drv->sock_raw = l2_packet_init(drv->iface, NULL, ETH_P_80211_RAW,
1115 os_strlcpy(iwr.ifr_name, drv->iface, IFNAMSIZ);
    [all...]
driver_madwifi.c 83 char iface[IFNAMSIZ + 1]; member in struct:madwifi_driver_data
106 os_strlcpy(iwr.ifr_name, drv->iface, IFNAMSIZ);
207 os_strlcpy(iwr.ifr_name, drv->iface, IFNAMSIZ);
592 drv->iface, MAC2STR(addr));
760 drv->sock_raw = l2_packet_init(drv->iface, NULL, ETH_P_80211_RAW,
813 os_strlcpy(iwr.ifr_name, drv->iface, IFNAMSIZ);
1038 os_strlcpy(iwr.ifr_name, drv->iface, IFNAMSIZ);
1155 memcpy(drv->iface, params->ifname, sizeof(drv->iface));
1158 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...]
  /external/libvpx/
vpxdec.c 55 const vpx_codec_iface_t *iface; member in struct:__anon8535
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...]
  /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;
  /dalvik/dx/src/com/android/dx/command/dump/
BaseDumper.java 20 import com.android.dx.cf.iface.Member;
21 import com.android.dx.cf.iface.ParseObserver;
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TestHelper_Connection1.java 188 public boolean isWrapperFor(Class<?> iface) throws SQLException {
192 public <T> T unwrap(Class<T> iface) throws SQLException {
  /external/dbus/dbus/
dbus-marshal-validate.c 927 const unsigned char *iface; local
1105 const unsigned char *iface; local
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
IBatteryStats.aidl 71 void noteNetworkInterfaceType(String iface, int type);

Completed in 2166 milliseconds

1 2 3 4 5 6 7 891011>>