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.h104 android::sp<android::net::wifi::IClientInterface> network_interface);
106 android::sp<android::net::wifi::IApInterface> network_interface);
108 android::sp<android::net::wifi::IClientInterface> network_interface);
110 android::sp<android::net::wifi::IApInterface> network_interface);
Dserver.cpp374 sp<IClientInterface> network_interface) { in BroadcastClientInterfaceReady() argument
376 it->OnClientInterfaceReady(network_interface); in BroadcastClientInterfaceReady()
381 sp<IApInterface> network_interface) { in BroadcastApInterfaceReady() argument
383 it->OnApInterfaceReady(network_interface); in BroadcastApInterfaceReady()
388 sp<IClientInterface> network_interface) { in BroadcastClientInterfaceTornDown() argument
390 it->OnClientTorndownEvent(network_interface); in BroadcastClientInterfaceTornDown()
395 sp<IApInterface> network_interface) { in BroadcastApInterfaceTornDown() argument
397 it->OnApTorndownEvent(network_interface); in BroadcastApInterfaceTornDown()