HomeSort by relevance Sort by last modified time
    Searched full:ifaces (Results 26 - 50 of 57) sorted by null

12 3

  /frameworks/base/core/tests/coretests/src/android/net/
NetworkStatsTest.java 274 final HashSet<String> ifaces = Sets.newHashSet(); local
275 assertValues(stats.getTotal(null, ifaces), 0L, 0L, 0L, 0L, 0L);
277 ifaces.add(TEST_IFACE2);
278 assertValues(stats.getTotal(null, ifaces), 1024L, 64L, 0L, 0L, 0L);
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.c 159 for (ifs = wpa_s->global->ifaces; ifs; ifs = ifs->next) {
223 for (ifs = wpa_s->global->ifaces; ifs; ifs = ifs->next) {
261 for (wpa_s = wpa_s->global->ifaces; wpa_s; wpa_s = wpa_s->next) {
378 wpa_s = global->ifaces;
    [all...]
wpa_supplicant.c 717 struct wpa_supplicant *wpa_s = global->ifaces;
840 for (wpa_s = global->ifaces; wpa_s; wpa_s = wpa_s->next) {
    [all...]
offchannel.c 31 iface = wpa_s->global->ifaces;
wps_supplicant.c     [all...]
ctrl_iface_unix.c 180 for (wpa_s = wpa_s->global->ifaces; wpa_s; wpa_s = wpa_s->next) {
wpa_supplicant_i.h 229 struct wpa_supplicant *ifaces; member in struct:wpa_global
scan.c 502 for (ifs = wpa_s->global->ifaces; ifs; ifs = ifs->next) {
    [all...]
events.c     [all...]
  /packages/apps/Settings/src/com/android/settings/
TetherSettings.java 555 private static String findIface(String[] ifaces, String[] regexes) {
556 for (String iface : ifaces) {
  /system/netd/
TetherController.cpp 253 ALOGD("Too many DNS ifaces listed");
CommandListener.cpp 646 /* Ignore ifaces for now. */
650 /* Ignore ifaces for now. */
    [all...]
  /external/dhcpcd/
configure.c 210 for (ifp = ifaces; ifp; ifp = ifp->next)
216 for (ifp = ifaces; ifp; ifp = ifp->next) {
697 for (ifp = ifaces; ifp; ifp = ifp->next) {
ipv6rs.c 346 for (ifp = ifaces; ifp; ifp = ifp->next)
  /external/jdiff/src/jdiff/
RootDocToXML.java 456 * @param ifaces An array of ClassDoc objects
458 public void processInterfaces(Type[] ifaces) {
459 if (trace) System.out.println("PROCESSING INTERFACES, number=" + ifaces.length);
460 for (int i = 0; i < ifaces.length; i++) {
461 String ifaceName = buildEmittableTypeString(ifaces[i]);
    [all...]
  /frameworks/base/services/java/com/android/server/
NetworkManagementService.java 277 // netd already clears out quota and alerts for removed ifaces; update
    [all...]
  /frameworks/base/services/java/com/android/server/net/
NetworkStatsService.java 217 /** Set of currently active ifaces. */
221 /** Set of any ifaces associated with mobile networks since boot. */
588 // for now, read network layer stats and flatten across all ifaces
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp 209 fprintf(stderr,"could not find ifaces for GLES CM 1.1\n");
219 fprintf(stderr,"could not find ifaces for GLES 2.0\n");
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
NetworkPolicyManagerServiceTest.java     [all...]
  /external/doclava/src/com/google/doclava/
ClassInfo.java 1118 private static void addInterfaces(ArrayList<ClassInfo> ifaces, Set<ClassInfo> out) {
1119 for (ClassInfo cl : ifaces) {
    [all...]
  /dalvik/vm/oo/
Array.cpp 419 dvmThrowInternalError("missing array ifaces");
Object.h 132 CLASS_IDX = 1, /* loaded, DEX idx in super or ifaces */
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old.c 740 for (wpa_s = global->ifaces; wpa_s; wpa_s = wpa_s->next) {
dbus_new_handlers.c 151 for (wpa_s = global->ifaces; wpa_s; wpa_s = wpa_s->next) {
870 for (wpa_s = global->ifaces; wpa_s; wpa_s = wpa_s->next)
879 for (wpa_s = global->ifaces; wpa_s; wpa_s = wpa_s->next)
    [all...]
  /frameworks/base/core/java/android/net/
TrafficStats.java 603 * Return set of any ifaces associated with mobile networks since boot.

Completed in 665 milliseconds

12 3