Home
last modified time | relevance | path

Searched defs:onInterfaceChanged (Results 1 – 16 of 16) sorted by relevance

/aosp12/packages/modules/NetworkStack/src/com/android/server/
H A DNetworkObserver.java30 default void onInterfaceChanged(String ifName, boolean up) {} in onInterfaceChanged() method
H A DNetworkObserverRegistry.java156 public void onInterfaceChanged(String ifName, boolean up) { in onInterfaceChanged() method in NetworkObserverRegistry
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/1/android/net/
H A DINetdUnsolicitedEventListener.aidl10 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/
H A DINetdUnsolicitedEventListener.aidl28 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/7/android/net/
H A DINetdUnsolicitedEventListener.aidl44 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() method
/aosp12/system/netd/server/binder/android/net/
H A DINetdUnsolicitedEventListener.aidl113 void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/2/android/net/
H A DINetdUnsolicitedEventListener.aidl27 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/3/android/net/
H A DINetdUnsolicitedEventListener.aidl28 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/5/android/net/
H A DINetdUnsolicitedEventListener.aidl28 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/6/android/net/
H A DINetdUnsolicitedEventListener.aidl44 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/
H A DINetdUnsolicitedEventListener.aidl44 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() method
/aosp12/frameworks/libs/net/client-libs/netd/com/android/net/module/util/
H A DBaseNetdUnsolicitedEventListener.java54 public void onInterfaceChanged(@NonNull String ifName, boolean up) { } in onInterfaceChanged() method in BaseNetdUnsolicitedEventListener
/aosp12/system/netd/tests/
H A DTestUnsolService.cpp127 binder::Status TestUnsolService::onInterfaceChanged(const std::string& ifName, bool status) { in onInterfaceChanged() function in android::net::TestUnsolService
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/
H A DNetdWrapper.java119 public void onInterfaceChanged(String ifName, boolean up) in onInterfaceChanged() method in NetdWrapper.NetdUnsolicitedEventListener
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DNetworkManagementService.java630 public void onInterfaceChanged(String ifName, boolean up) in onInterfaceChanged() method in NetworkManagementService.NetdUnsolicitedEventListener
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DTethering.java491 public void onInterfaceChanged(String ifName, boolean up) { in onInterfaceChanged() method in Tethering.NetdCallback