Searched refs:IApInterface (Results 1 – 12 of 12) sorted by relevance
19 import android.net.wifi.nl80211.IApInterface;30 oneway void OnApInterfaceReady(IApInterface network_interface); in OnApInterfaceReady()36 oneway void OnApTorndownEvent(IApInterface network_interface); in OnApTorndownEvent()
19 import android.net.wifi.nl80211.IApInterface;33 @nullable IApInterface createApInterface(@utf8InCpp String iface_name); in createApInterface()
27 interface IApInterface { interface
28 using android::net::wifi::nl80211::IApInterface;48 sp<IApInterface> ap_interface; in TEST()64 sp<IApInterface> ap_interface2; in TEST()
30 using android::net::wifi::nl80211::IApInterface;146 sp<IApInterface> ap_if; in TEST_F()154 sp<IApInterface> ap_if; in TEST_F()159 sp<IApInterface> second_ap_if; in TEST_F()167 sp<IApInterface> ap_if; in TEST_F()179 sp<IApInterface> ap_if; in TEST_F()393 sp<IApInterface> ap_if; in TEST_F()421 sp<IApInterface> ap_if; in TEST_F()
33 using android::net::wifi::nl80211::IApInterface;55 android::sp<IApInterface> GetBinder() const;
26 using android::net::wifi::nl80211::IApInterface;71 sp<IApInterface> ApInterfaceImpl::GetBinder() const { in GetBinder()
83 android::sp<android::net::wifi::nl80211::IApInterface>*125 android::sp<android::net::wifi::nl80211::IApInterface> network_interface);129 android::sp<android::net::wifi::nl80211::IApInterface> network_interface);
36 using android::net::wifi::nl80211::IApInterface;124 sp<IApInterface>* created_interface) { in createApInterface()547 sp<IApInterface> network_interface) { in BroadcastApInterfaceReady()561 sp<IApInterface> network_interface) { in BroadcastApInterfaceTornDown()
189 "aidl/android/net/wifi/nl80211/IApInterface.aidl",
106 private HashMap<String, IApInterface> mApInterfaces = new HashMap<>();765 IApInterface apInterface = null; in setupInterfaceForSoftApMode()1209 private IApInterface getApInterface(@NonNull String ifaceName) { in getApInterface()1286 IApInterface iface = getApInterface(ifaceName); in registerApCallback()
89 private IApInterface mApInterface;