Home
last modified time | relevance | path

Searched refs:network_interface (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/wificond/aidl/android/net/wifi/
DIInterfaceEventCallback.aidl26 oneway void OnClientInterfaceReady(IClientInterface network_interface); in OnClientInterfaceReady() argument
27 oneway void OnApInterfaceReady(IApInterface network_interface); in OnApInterfaceReady() argument
32 oneway void OnClientTorndownEvent(IClientInterface network_interface); in OnClientTorndownEvent() argument
33 oneway void OnApTorndownEvent(IApInterface network_interface); in OnApTorndownEvent() argument
/system/connectivity/wificond/
Dserver.cpp327 sp<IClientInterface> network_interface) { in BroadcastClientInterfaceReady() argument
329 it->OnClientInterfaceReady(network_interface); in BroadcastClientInterfaceReady()
334 sp<IApInterface> network_interface) { in BroadcastApInterfaceReady() argument
336 it->OnApInterfaceReady(network_interface); in BroadcastApInterfaceReady()
341 sp<IClientInterface> network_interface) { in BroadcastClientInterfaceTornDown() argument
343 it->OnClientTorndownEvent(network_interface); in BroadcastClientInterfaceTornDown()
348 sp<IApInterface> network_interface) { in BroadcastApInterfaceTornDown() argument
350 it->OnApTorndownEvent(network_interface); in BroadcastApInterfaceTornDown()
Dserver.h102 android::sp<android::net::wifi::IClientInterface> network_interface);
104 android::sp<android::net::wifi::IApInterface> network_interface);
106 android::sp<android::net::wifi::IClientInterface> network_interface);
108 android::sp<android::net::wifi::IApInterface> network_interface);