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

1 2 3 4 5 6 78 91011>>

  /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/mesa3d/src/pixelflinger2/
scanline.cpp 246 void ScanLine(const GGLInterface * iface, const VertexOutput * start, const VertexOutput * end)
248 GGL_GET_CONST_CONTEXT(ctx, iface);
253 // GGL_GET_CONST_CONTEXT(ctx, iface);
575 static void PickScanLine(GGLInterface * iface)
577 GGL_GET_CONTEXT(ctx, iface);
609 void InitializeScanLineFunctions(GGLInterface * iface)
611 GGL_GET_CONTEXT(ctx, iface);
  /frameworks/base/core/java/android/net/
ConnectivityManager.java 665 public int tether(String iface) {
667 return mService.tether(iface);
677 public int untether(String iface) {
679 return mService.untether(iface);
764 * @param iface The name of the interface we're interested in
769 public int getLastTetherError(String iface) {
771 return mService.getLastTetherError(iface);
  /external/bluetooth/glib/gio/
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/wpa_supplicant_8/src/ap/
beacon.c 44 if (hapd->iface->current_mode == NULL ||
45 hapd->iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G)
48 if (hapd->iface->olbc)
50 if (hapd->iface->num_sta_non_erp > 0) {
54 if (hapd->iface->num_sta_no_short_preamble > 0 ||
73 if (hapd->iface->current_mode == NULL ||
74 hapd->iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G)
124 hapd->iface->current_mode == NULL)
132 mode = hapd->iface->current_mode;
456 if (!(hapd->iface->drv_flags & WPA_DRIVER_FLAGS_PROBE_RESP_OFFLOAD)
    [all...]
wps_hostapd.c 50 static int wps_for_each(struct hostapd_iface *iface, void *ctx)
55 if (iface == NULL)
57 for (j = 0; j < iface->num_bss; j++) {
58 struct hostapd_data *hapd = iface->bss[j];
72 struct hostapd_iface *iface = hapd->iface; local
76 if (iface->for_each_interface == NULL)
77 return wps_for_each(iface, &data);
78 return iface->for_each_interface(iface->interfaces, wps_for_each
247 struct hostapd_iface *iface = eloop_data; local
    [all...]
  /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/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.c 75 struct wpa_supplicant *iface = NULL; local
77 for (iface = wpa_s->global->ifaces; iface; iface = iface->next) {
78 if(iface->scanning || iface->wpa_state == WPA_SCANNING) {
80 "defer P2P SEARCH", iface->ifname);
931 struct wpa_interface iface; local
948 os_memset(&iface, 0, sizeof(iface))
4129 struct wpa_supplicant *iface; local
4150 struct wpa_supplicant *iface; local
4176 struct wpa_supplicant *iface; local
4223 struct wpa_supplicant *iface; local
4479 struct wpa_supplicant *iface = NULL; local
    [all...]
  /external/doclava/src/com/google/doclava/
ClassInfo.java 269 for (ClassInfo iface : cl.mRealInterfaces) {
270 if (iface.checkLevel()) {
271 interfaces.add(iface);
273 gatherHiddenInterfaces(iface, interfaces);
409 for (ClassInfo iface : interfaces) {
410 if (iface != null) {
411 for (MethodInfo method : iface.methods()) {
452 for (ClassInfo iface : interfaces()) {
453 addFields(iface, all);
487 for (ClassInfo iface : mRealInterfaces)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_supplicant.c     [all...]
ctrl_iface.c 1849 struct wpa_interface iface; local
1956 struct wpa_interface_info *iface = NULL, *last = NULL, *tmp; local
    [all...]
  /system/netd/
BandwidthController.cpp 79 * . adding a new iface to this, E.g.:
101 * Should normally include costly_<iface>, but we rely on the way they are setup
451 * Flush the costly_<iface> is allowed to fail in case it didn't exist.
526 int BandwidthController::setInterfaceSharedQuota(const char *iface, int64_t maxBytes) {
541 if (StrncpyAndCheck(ifn, iface, sizeof(ifn))) {
594 int BandwidthController::removeInterfaceSharedQuota(const char *iface) {
601 if (StrncpyAndCheck(ifn, iface, sizeof(ifn))) {
612 ALOGE("No such iface %s to delete", ifn);
632 int BandwidthController::setInterfaceQuota(const char *iface, int64_t maxBytes) {
646 return removeInterfaceQuota(iface);
    [all...]
MDnsSdListener.h 113 void discover(SocketClient *cli, const char *iface, const char *regType,
130 int ifaceNameToI(const char *iface);
  /dalvik/dx/src/com/android/dx/cf/code/
ConcreteMethod.java 23 import com.android.dx.cf.iface.AttributeList;
24 import com.android.dx.cf.iface.ClassFile;
25 import com.android.dx.cf.iface.Method;
  /external/libvpx/vpx/
vpx_codec.h 196 vpx_codec_iface_t *iface; /**< Interface pointers */ member in struct:vpx_codec_ctx
274 * \param[in] iface Interface pointer
277 const char *vpx_codec_iface_name(vpx_codec_iface_t *iface);
343 * \param[in] iface Pointer to the algorithm interface
346 vpx_codec_caps_t vpx_codec_get_caps(vpx_codec_iface_t *iface);
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wpas-dbus-new.py 139 global iface
140 iface = dbus.Interface(if_obj, WPAS_DBUS_INTERFACES_INTERFACE)
141 iface.Scan({'Type': 'active'})
  /external/webkit/Source/WebCore/accessibility/gtk/
WebKitAccessibleHyperlink.cpp 163 static void atkActionInterfaceInit(AtkActionIface* iface)
165 iface->do_action = webkitAccessibleHyperlinkActionDoAction;
166 iface->get_n_actions = webkitAccessibleHyperlinkActionGetNActions;
167 iface->get_description = webkitAccessibleHyperlinkActionGetDescription;
168 iface->get_keybinding = webkitAccessibleHyperlinkActionGetKeybinding;
169 iface->get_name = webkitAccessibleHyperlinkActionGetName;
  /sdk/emulator/opengl/host/libs/Translator/EGL/
ClientAPIExts.cpp 66 void initClientFuncs(GLESiface *iface, int idx)
70 (FUNC_TYPE(fname))iface->getProcAddress(#fname);
  /sdk/emulator/opengl/system/egl/
ClientAPIExts.cpp 64 void initClientFuncs(const EGLClient_glesInterface *iface, int idx)
68 (FUNC_TYPE(fname))iface->getProcAddress(#fname);
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_helpers.c 473 int wpa_dbus_ctrl_iface_init(struct wpas_dbus_priv *iface,
484 obj_desc->connection = iface->con;
488 if (!dbus_connection_register_object_path(iface->con,
498 switch (dbus_bus_request_name(iface->con, dbus_service,
866 * @iface: dbus priv struct
877 void wpa_dbus_mark_property_changed(struct wpas_dbus_priv *iface,
885 if (iface == NULL)
888 dbus_connection_get_object_path_data(iface->con, path,
911 iface->con, obj_desc->path)) {
914 iface->con, obj_desc)
    [all...]
  /frameworks/base/services/java/com/android/server/
ThrottleService.java 143 String iface) {
151 mIface = iface;
170 InterfaceObserver(Handler handler, int msg, String iface) {
174 mIface = iface;
177 public void interfaceStatusChanged(String iface, boolean up) {
179 if (TextUtils.equals(iface, mIface)) {
185 public void interfaceLinkStateChanged(String iface, boolean up) {
188 public void interfaceAdded(String iface) {
191 if (TextUtils.equals(iface, mIface)) {
196 public void interfaceRemoved(String iface) {}
    [all...]

Completed in 673 milliseconds

1 2 3 4 5 6 78 91011>>