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

1 2 3 4 5 6 7 8 91011>>

  /art/test/162-method-resolution/src/
Test7User2.java 19 Test7Interface iface = new Test7Derived(); local
20 iface.foo();
  /external/wpa_supplicant_8/src/ap/
hw_features.h 17 int hostapd_get_hw_features(struct hostapd_iface *iface);
18 int hostapd_acs_completed(struct hostapd_iface *iface, int err);
19 int hostapd_select_hw_mode(struct hostapd_iface *iface);
23 int hostapd_check_ht_capab(struct hostapd_iface *iface);
24 int hostapd_prepare_rates(struct hostapd_iface *iface,
26 void hostapd_stop_setup_timers(struct hostapd_iface *iface);
34 static inline int hostapd_get_hw_features(struct hostapd_iface *iface)
39 static inline int hostapd_acs_completed(struct hostapd_iface *iface, int err)
44 static inline int hostapd_select_hw_mode(struct hostapd_iface *iface)
59 static inline int hostapd_check_ht_capab(struct hostapd_iface *iface)
    [all...]
hw_features.c 75 int hostapd_get_hw_features(struct hostapd_iface *iface)
77 struct hostapd_data *hapd = iface->bss[0];
93 iface->hw_flags = flags;
95 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features);
96 iface->hw_features = modes;
97 iface->num_hw_features = num_modes;
102 (iface->drv_flags & WPA_DRIVER_FLAGS_RADAR);
120 !(iface->drv_flags &
145 int hostapd_prepare_rates(struct hostapd_iface *iface,
431 struct hostapd_iface *iface = eloop_data; local
    [all...]
ap_list.c 31 static int ap_list_beacon_olbc(struct hostapd_iface *iface, struct ap_info *ap)
35 if (iface->current_mode == NULL ||
36 iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G ||
37 iface->conf->channel != ap->channel)
53 static struct ap_info * ap_get_ap(struct hostapd_iface *iface, const u8 *ap)
57 s = iface->ap_hash[STA_HASH(ap)];
64 static void ap_ap_list_add(struct hostapd_iface *iface, struct ap_info *ap)
66 if (iface->ap_list) {
67 ap->prev = iface->ap_list->prev;
68 iface->ap_list->prev = ap
    [all...]
acs.h 15 enum hostapd_chan_status acs_init(struct hostapd_iface *iface);
19 static inline enum hostapd_chan_status acs_init(struct hostapd_iface *iface)
  /system/libhwbinder/
IInterface.cpp 34 sp<IBinder> IInterface::asBinder(const IInterface* iface)
36 if (iface == NULL) return NULL;
37 return const_cast<IInterface*>(iface)->onAsBinder();
41 sp<IBinder> IInterface::asBinder(const sp<IInterface>& iface)
43 if (iface == NULL) return NULL;
44 return iface->onAsBinder();
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/instruction/formats/
Instruction10t.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.OffsetInstruction;
Instruction10x.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.Instruction;
Instruction11x.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.OneRegisterInstruction;
Instruction12x.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.TwoRegisterInstruction;
Instruction20t.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.OffsetInstruction;
Instruction22x.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.TwoRegisterInstruction;
Instruction23x.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.ThreeRegisterInstruction;
Instruction30t.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.OffsetInstruction;
Instruction32x.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.TwoRegisterInstruction;
PackedSwitchPayload.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.SwitchPayload;
SparseSwitchPayload.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.SwitchPayload;
  /dalvik/dx/src/com/android/dx/cf/iface/
HasAttribute.java 17 package com.android.dx.cf.iface;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/debug/
DebugItem.java 32 package org.jf.dexlib2.iface.debug;
EpilogueBegin.java 32 package org.jf.dexlib2.iface.debug;
LineNumber.java 32 package org.jf.dexlib2.iface.debug;
PrologueEnd.java 32 package org.jf.dexlib2.iface.debug;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/instruction/
FieldOffsetInstruction.java 32 package org.jf.dexlib2.iface.instruction;
HatLiteralInstruction.java 32 package org.jf.dexlib2.iface.instruction;
InlineIndexInstruction.java 32 package org.jf.dexlib2.iface.instruction;

Completed in 148 milliseconds

1 2 3 4 5 6 7 8 91011>>