Home
last modified time | relevance | path

Searched refs:onInterfaceChanged (Results 1 – 12 of 12) sorted by relevance

/system/netd/server/binder/android/net/
DINetdUnsolicitedEventListener.aidl113 void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() method
/system/netd/server/aidl_api/netd_aidl_interface/6/android/net/
DINetdUnsolicitedEventListener.aidl44 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() method
/system/netd/server/aidl_api/netd_aidl_interface/3/android/net/
DINetdUnsolicitedEventListener.aidl28 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() method
/system/netd/server/aidl_api/netd_aidl_interface/5/android/net/
DINetdUnsolicitedEventListener.aidl28 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() method
/system/netd/server/aidl_api/netd_aidl_interface/7/android/net/
DINetdUnsolicitedEventListener.aidl44 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() method
/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/
DINetdUnsolicitedEventListener.aidl44 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() method
/system/netd/server/aidl_api/netd_aidl_interface/2/android/net/
DINetdUnsolicitedEventListener.aidl27 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() method
/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/
DINetdUnsolicitedEventListener.aidl28 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() method
/system/netd/server/aidl_api/netd_aidl_interface/1/android/net/
DINetdUnsolicitedEventListener.aidl10 oneway void onInterfaceChanged(@utf8InCpp String ifName, boolean up); in onInterfaceChanged() method
/system/netd/tests/
DTestUnsolService.h68 binder::Status onInterfaceChanged(const std::string& ifName, bool status) override;
DTestUnsolService.cpp127 binder::Status TestUnsolService::onInterfaceChanged(const std::string& ifName, bool status) { in onInterfaceChanged() function in android::net::TestUnsolService
/system/netd/server/
DNetlinkHandler.cpp248 LOG_EVENT_FUNC(BINDER_RETRY, onInterfaceChanged, ifName, up); in notifyInterfaceChanged()