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

<<111213141516

  /dalvik/dx/src/com/android/dx/cf/direct/
AnnotationParser.java 19 import com.android.dx.cf.iface.ParseException;
20 import com.android.dx.cf.iface.ParseObserver;
StdAttributeFactory.java 41 import com.android.dx.cf.iface.Attribute;
42 import com.android.dx.cf.iface.ParseException;
43 import com.android.dx.cf.iface.ParseObserver;
44 import com.android.dx.cf.iface.StdAttributeList;
  /dalvik/dx/src/com/android/dx/command/dump/
BlockDumper.java 30 import com.android.dx.cf.iface.Member;
31 import com.android.dx.cf.iface.Method;
  /dalvik/vm/oo/
Object.h 618 Method* dvmFindInterfaceMethodHierByDescriptor(const ClassObject* iface,
620 Method* dvmFindInterfaceMethodHier(const ClassObject* iface,
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediachannel.h 85 virtual void SetInterface(NetworkInterface *iface) {
86 network_interface_ = iface;
  /frameworks/base/services/java/com/android/server/net/
NetworkStatsRecorder.java 171 final NetworkIdentitySet ident = ifaceIdent.get(entry.iface);
173 unknownIfaces.add(entry.iface);
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 4928 struct wpa_interface iface; local
5035 struct wpa_interface_info *iface = NULL, *last = NULL, *tmp; local
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
WebKitWebSourceGStreamer.cpp 589 GstURIHandlerInterface* iface = (GstURIHandlerInterface *) gIface; local
591 iface->get_type = webKitWebSrcUriGetType;
592 iface->get_protocols = webKitWebSrcGetProtocols;
593 iface->get_uri = webKitWebSrcGetUri;
594 iface->set_uri = webKitWebSrcSetUri;
  /external/wpa_supplicant_8/src/ap/
gas_serv.c 821 hostapd_drv_send_action(hapd, hapd->iface->freq, 0, sa,
879 hostapd_drv_send_action(hapd, hapd->iface->freq, 0, sa,
976 hostapd_drv_send_action(hapd, hapd->iface->freq, 0,
1013 hostapd_drv_send_action(hapd, hapd->iface->freq, 0, dst,
1121 hostapd_drv_send_action(hapd, hapd->iface->freq, 0, sa,
wnm_ap.c 142 res = hostapd_drv_send_action(hapd, hapd->iface->freq, 0,
ieee802_1x.c 340 if (hostapd_drv_set_key(hapd->conf->iface, hapd, WPA_ALG_WEP,
354 switch (hapd->iface->conf->hw_mode) {
757 !(hapd->iface->drv_flags & WPA_DRIVER_FLAGS_WIRED))) {
    [all...]
  /external/libusb/libusb/
core.c 679 const struct libusb_interface *iface = &config->interface[iface_idx]; local
682 for (altsetting_idx = 0; altsetting_idx < iface->num_altsetting;
685 = &iface->altsetting[altsetting_idx];
    [all...]
libusb.h 804 int libusb_claim_interface(libusb_device_handle *dev, int iface);
805 int libusb_release_interface(libusb_device_handle *dev, int iface);
    [all...]
  /packages/apps/Settings/src/com/android/settings/
TetherSettings.java 556 for (String iface : ifaces) {
558 if (iface.matches(regex)) {
559 return iface;
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCConnection.java 511 public <T> T unwrap(java.lang.Class<T> iface) throws SQLException {
515 public boolean isWrapperFor(java.lang.Class iface) throws SQLException {
  /frameworks/base/services/java/com/android/server/am/
BatteryStatsService.java 420 public void noteNetworkInterfaceType(String iface, int type) {
423 mStats.noteNetworkInterfaceTypeLocked(iface, type);
  /prebuilts/sdk/tools/lib/
dx.jar 
  /external/libppp/src/
ipv6cp.c 73 #include "iface.h"
231 if (!iface_Add(bundle->iface, &bundle->ncp, &myrange, &ipv6cp->hisaddr,
236 iface_Clear(bundle->iface, &bundle->ncp, AF_INET6,
398 if (!iface_SetFlags(ipv6cp->fsm.bundle->iface->name, IFF_UP)) {
400 " flag on %s\n", ipv6cp->fsm.bundle->iface->name);
  /external/libvpx/vpx/internal/
vpx_codec_internal.h 340 vpx_codec_iface_t *iface; member in struct:vpx_codec_priv
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorGObject.pm     [all...]
  /system/netd/
MDnsSdListener.cpp 60 const char *iface,
66 ALOGD("discover(%s, %s, %s, %d, %d)", iface, regType, domain, requestId,
79 int interfaceInt = ifaceNameToI(iface);
376 int MDnsSdListener::Handler::ifaceNameToI(const char *iface) {
  /external/skia/src/gpu/gl/
GrGpuGL.cpp 28 #define CLEAR_ERROR_BEFORE_ALLOC(iface) GrGLClearErr(iface)
29 #define GL_ALLOC_CALL(iface, call) GR_GL_CALL_NOERRCHECK(iface, call)
30 #define CHECK_ALLOC_ERROR(iface) GR_GL_GET_ERROR(iface)
32 #define CLEAR_ERROR_BEFORE_ALLOC(iface)
33 #define GL_ALLOC_CALL(iface, call) GR_GL_CALL(iface, call)
34 #define CHECK_ALLOC_ERROR(iface) GR_GL_NO_ERRO
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
NetworkStatsServiceTest.java     [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_test.c 2546 struct wpa_interface_info *iface; local
    [all...]
  /external/libusb/libusb/os/
linux_usbfs.c 1131 static int op_claim_interface(struct libusb_device_handle *handle, int iface)
1134 int r = ioctl(fd, IOCTL_USBFS_CLAIMINTF, &iface);
1150 static int op_release_interface(struct libusb_device_handle *handle, int iface)
1153 int r = ioctl(fd, IOCTL_USBFS_RELEASEINTF, &iface);
1165 static int op_set_interface(struct libusb_device_handle *handle, int iface,
1172 setintf.interface = iface;
    [all...]

Completed in 1184 milliseconds

<<111213141516