HomeSort by relevance Sort by last modified time
    Searched refs:iface (Results 1 - 25 of 234) sorted by null

1 2 3 4 5 6 7 8 910

  /system/netd/
ThrottleController.h 22 static int setInterfaceThrottle(const char *iface, int rxKbps, int txKbps);
23 static int getInterfaceRxThrottle(const char *iface, int *rx);
24 static int getInterfaceTxThrottle(const char *iface, int *tx);
28 static void reset(const char *iface);
  /frameworks/base/core/java/android/net/
INetworkManagementEventObserver.aidl 28 * @param iface The interface.
31 void interfaceLinkStatusChanged(String iface, boolean link);
36 * @param iface The interface.
38 void interfaceAdded(String iface);
43 * @param iface The interface.
45 void interfaceRemoved(String iface);
IThrottleManager.aidl 27 long getByteCount(String iface, int dir, int period, int ago);
29 int getThrottle(String iface);
31 long getResetTime(String iface);
33 long getPeriodStartTime(String iface);
35 long getCliffThreshold(String iface, int cliff);
37 int getCliffLevel(String iface, int cliff);
ThrottleManager.java 119 public long getResetTime(String iface) {
121 return mService.getResetTime(iface);
132 public long getPeriodStartTime(String iface) {
134 return mService.getPeriodStartTime(iface);
148 public long getByteCount(String iface, int direction, int period, int ago) {
150 return mService.getByteCount(iface, direction, period, ago);
158 * takes effect on the named iface. Currently only cliff #1 is supported (1 step)
161 public long getCliffThreshold(String iface, int cliff) {
163 return mService.getCliffThreshold(iface, cliff);
170 * returns the thottling bandwidth (bps) for a given cliff # on the named iface
    [all...]
  /libcore/luni/src/main/java/java/sql/
Wrapper.java 33 * @param iface -
39 <T> T unwrap(Class<T> iface) throws SQLException;
45 * @param iface -
51 boolean isWrapperFor(Class<?> iface) throws SQLException;
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_priv.c 57 static void wpa_priv_cmd_register(struct wpa_priv_interface *iface,
60 if (iface->drv_priv) {
62 if (iface->driver->set_wpa)
63 iface->driver->set_wpa(iface->drv_priv, 0);
64 if (iface->driver->deinit)
65 iface->driver->deinit(iface->drv_priv);
66 iface->drv_priv = NULL;
67 iface->wpas_registered = 0
443 struct wpa_priv_interface *iface = ctx; local
591 struct wpa_priv_interface *iface = eloop_ctx; local
700 struct wpa_priv_interface *iface; local
965 struct wpa_priv_interface *iface = ctx; local
1028 struct wpa_priv_interface *iface = ctx; local
1073 struct wpa_priv_interface *iface = ctx; local
1146 struct wpa_priv_interface *interfaces = NULL, *iface; local
    [all...]
main_none.c 22 struct wpa_interface iface; local
34 memset(&iface, 0, sizeof(iface));
37 if (wpa_supplicant_add_iface(global, &iface) == NULL)
main_symbian.cpp 24 struct wpa_interface iface; local
36 memset(&iface, 0, sizeof(iface));
39 if (wpa_supplicant_add_iface(global, &iface) == NULL)
  /external/bluetooth/glib/tests/gobject/
ifaceinit.c 63 static void test_iface1_base_init (TestIface1Class *iface);
64 static void test_iface1_default_init (TestIface1Class *iface, gpointer class_data);
73 static void test_iface2_base_init (TestIface2Class *iface);
82 static void test_iface3_base_init (TestIface3Class *iface);
91 static void test_iface4_base_init (TestIface4Class *iface);
100 static void test_iface5_base_init (TestIface5Class *iface);
109 static void test_iface6_base_init (TestIface6Class *iface);
151 #define CHECK_IFACE_TWICE(iface) G_STMT_START { \
155 g_assert (G_TYPE_IS_INTERFACE (((GTypeInterface*) iface)->g_type)); \
157 g_assert (((GTypeInterface*) iface)->g_instance_type == 0);
379 TestIfaceClass *iface; local
    [all...]
ifacecheck.c 48 test_iface_base_init (TestIfaceClass *iface)
50 iface->history = g_string_new (iface->history ? iface->history->str : NULL);
107 TestIfaceClass *iface = g_iface; local
109 g_string_append (iface->history, check_data);
116 TestIfaceClass *iface; local
128 iface = TEST_IFACE_GET_CLASS (object);
129 g_assert (strcmp (iface->history->str, "A") == 0);
137 iface = TEST_IFACE_GET_CLASS (object)
154 static GInterfaceInfo const iface = { local
    [all...]
  /external/bluetooth/glib/gio/
gvolume.c 174 GVolumeIface *iface; local
178 iface = G_VOLUME_GET_IFACE (volume);
180 return (* iface->get_name) (volume);
196 GVolumeIface *iface; local
200 iface = G_VOLUME_GET_IFACE (volume);
202 return (* iface->get_icon) (volume);
221 GVolumeIface *iface; local
225 iface = G_VOLUME_GET_IFACE (volume);
227 return (* iface->get_uuid) (volume);
243 GVolumeIface *iface; local
265 GVolumeIface *iface; local
286 GVolumeIface *iface; local
309 GVolumeIface *iface; local
332 GVolumeIface *iface; local
366 GVolumeIface *iface; local
405 GVolumeIface *iface; local
440 GVolumeIface *iface; local
474 GVolumeIface *iface; local
507 GVolumeIface *iface; local
534 GVolumeIface *iface; local
587 GVolumeIface *iface; local
    [all...]
gappinfo.c 148 GAppInfoIface *iface; local
152 iface = G_APP_INFO_GET_IFACE (appinfo);
154 return (* iface->dup) (appinfo);
170 GAppInfoIface *iface; local
178 iface = G_APP_INFO_GET_IFACE (appinfo1);
180 return (* iface->equal) (appinfo1, appinfo2);
200 GAppInfoIface *iface; local
204 iface = G_APP_INFO_GET_IFACE (appinfo);
206 return (* iface->get_id) (appinfo);
220 GAppInfoIface *iface; local
241 GAppInfoIface *iface; local
262 GAppInfoIface *iface; local
287 GAppInfoIface *iface; local
314 GAppInfoIface *iface; local
340 GAppInfoIface *iface; local
372 GAppInfoIface *iface; local
402 GAppInfoIface *iface; local
430 GAppInfoIface *iface; local
459 GAppInfoIface *iface; local
500 GAppInfoIface *iface; local
521 GAppInfoIface *iface; local
542 GAppInfoIface *iface; local
578 GAppInfoIface *iface; local
600 GAppInfoIface *iface; local
666 GAppInfoIface *iface; local
696 GAppInfoIface *iface; local
    [all...]
gdrive.c 167 GDriveIface *iface; local
171 iface = G_DRIVE_GET_IFACE (drive);
173 return (* iface->get_name) (drive);
188 GDriveIface *iface; local
192 iface = G_DRIVE_GET_IFACE (drive);
194 return (* iface->get_icon) (drive);
208 GDriveIface *iface; local
212 iface = G_DRIVE_GET_IFACE (drive);
214 return (* iface->has_volumes) (drive);
231 GDriveIface *iface; local
252 GDriveIface *iface; local
272 GDriveIface *iface; local
294 GDriveIface *iface; local
314 GDriveIface *iface; local
338 GDriveIface *iface; local
371 GDriveIface *iface; local
405 GDriveIface *iface; local
441 GDriveIface *iface; local
475 GDriveIface *iface; local
507 GDriveIface *iface; local
534 GDriveIface *iface; local
    [all...]
gseekable.c 91 GSeekableIface *iface; local
95 iface = G_SEEKABLE_GET_IFACE (seekable);
97 return (* iface->tell) (seekable);
111 GSeekableIface *iface; local
115 iface = G_SEEKABLE_GET_IFACE (seekable);
117 return (* iface->can_seek) (seekable);
146 GSeekableIface *iface; local
150 iface = G_SEEKABLE_GET_IFACE (seekable);
152 return (* iface->seek) (seekable, offset, type, cancellable, error);
166 GSeekableIface *iface; local
201 GSeekableIface *iface; local
    [all...]
gmount.c 162 GMountIface *iface; local
166 iface = G_MOUNT_GET_IFACE (mount);
168 return (* iface->get_root) (mount);
184 GMountIface *iface; local
188 iface = G_MOUNT_GET_IFACE (mount);
190 return (* iface->get_name) (mount);
206 GMountIface *iface; local
210 iface = G_MOUNT_GET_IFACE (mount);
212 return (* iface->get_icon) (mount);
231 GMountIface *iface; local
253 GMountIface *iface; local
278 GMountIface *iface; local
298 GMountIface *iface; local
318 GMountIface *iface; local
346 GMountIface *iface; local
385 GMountIface *iface; local
421 GMountIface *iface; local
460 GMountIface *iface; local
503 GMountIface *iface; local
542 GMountIface *iface; local
587 GMountIface *iface; local
632 GMountIface *iface; local
677 GMountIface *iface; local
    [all...]
gasyncresult.c 168 GAsyncResultIface *iface; local
172 iface = G_ASYNC_RESULT_GET_IFACE (res);
174 return (* iface->get_user_data) (res);
188 GAsyncResultIface *iface; local
192 iface = G_ASYNC_RESULT_GET_IFACE (res);
194 return (* iface->get_source_object) (res);
  /dalvik/dx/src/com/android/dx/cf/iface/
Attribute.java 17 package com.android.dx.cf.iface;
FieldList.java 17 package com.android.dx.cf.iface;
MethodList.java 17 package com.android.dx.cf.iface;
  /external/wpa_supplicant/
main_none.c 22 struct wpa_interface iface; local
34 memset(&iface, 0, sizeof(iface));
37 if (wpa_supplicant_add_iface(global, &iface) == NULL)
  /device/samsung/crespo/alsa-lib/test/
namehint.c 6 const char *iface = "pcm"; local
11 iface = argv[1];
12 err = snd_device_name_hint(-1, iface, &hints);
  /external/bluetooth/glib/gobject/
gtypeplugin.c 122 GTypePluginClass *iface; local
126 iface = G_TYPE_PLUGIN_GET_CLASS (plugin);
127 iface->use_plugin (plugin);
141 GTypePluginClass *iface; local
145 iface = G_TYPE_PLUGIN_GET_CLASS (plugin);
146 iface->unuse_plugin (plugin);
166 GTypePluginClass *iface; local
172 iface = G_TYPE_PLUGIN_GET_CLASS (plugin);
173 iface->complete_type_info (plugin,
197 GTypePluginClass *iface; local
    [all...]
  /dalvik/tests/023-many-interfaces/
build 21 gcc -o iface-gen iface-gen.c
22 ./iface-gen
  /external/libvpx/vpx/src/
vpx_codec.c 41 const char *vpx_codec_iface_name(vpx_codec_iface_t *iface)
43 return iface ? iface->name : "<invalid interface>";
96 else if (!ctx->iface || !ctx->priv)
101 ctx->iface->destroy(ctx->priv->alg_priv);
103 ctx->iface = NULL;
113 vpx_codec_caps_t vpx_codec_get_caps(vpx_codec_iface_t *iface)
115 return (iface) ? iface->caps : 0;
127 else if (!ctx->iface || !ctx->priv || !ctx->iface->ctrl_maps
    [all...]
  /frameworks/base/tools/aidl/
generate_java.h 11 interface_type* iface);

Completed in 1001 milliseconds

1 2 3 4 5 6 7 8 910