Home
last modified time | relevance | path

Searched defs:onInterfaceAddressUpdated (Results 1 – 10 of 10) sorted by relevance

/system/netd/server/aidl_api/netd_aidl_interface/6/android/net/
DINetdUnsolicitedEventListener.aidl40 …oneway void onInterfaceAddressUpdated(@utf8InCpp String addr, @utf8InCpp String ifName, int flags,… in onInterfaceAddressUpdated() method
/system/netd/server/aidl_api/netd_aidl_interface/3/android/net/
DINetdUnsolicitedEventListener.aidl24 …oneway void onInterfaceAddressUpdated(@utf8InCpp String addr, @utf8InCpp String ifName, int flags,… in onInterfaceAddressUpdated() method
/system/netd/server/binder/android/net/
DINetdUnsolicitedEventListener.aidl73 void onInterfaceAddressUpdated( in onInterfaceAddressUpdated() method
/system/netd/server/aidl_api/netd_aidl_interface/5/android/net/
DINetdUnsolicitedEventListener.aidl24 …oneway void onInterfaceAddressUpdated(@utf8InCpp String addr, @utf8InCpp String ifName, int flags,… in onInterfaceAddressUpdated() method
/system/netd/server/aidl_api/netd_aidl_interface/7/android/net/
DINetdUnsolicitedEventListener.aidl40 …oneway void onInterfaceAddressUpdated(@utf8InCpp String addr, @utf8InCpp String ifName, int flags,… in onInterfaceAddressUpdated() method
/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/
DINetdUnsolicitedEventListener.aidl40 …oneway void onInterfaceAddressUpdated(@utf8InCpp String addr, @utf8InCpp String ifName, int flags,… in onInterfaceAddressUpdated() method
/system/netd/server/aidl_api/netd_aidl_interface/2/android/net/
DINetdUnsolicitedEventListener.aidl23 …oneway void onInterfaceAddressUpdated(@utf8InCpp String addr, @utf8InCpp String ifName, int flags,… in onInterfaceAddressUpdated() method
/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/
DINetdUnsolicitedEventListener.aidl24 …oneway void onInterfaceAddressUpdated(@utf8InCpp String addr, @utf8InCpp String ifName, int flags,… in onInterfaceAddressUpdated() method
/system/netd/server/aidl_api/netd_aidl_interface/1/android/net/
DINetdUnsolicitedEventListener.aidl6 …oneway void onInterfaceAddressUpdated(@utf8InCpp String addr, @utf8InCpp String ifName, int flags,… in onInterfaceAddressUpdated() method
/system/netd/tests/
DTestUnsolService.cpp103 binder::Status TestUnsolService::onInterfaceAddressUpdated(const std::string&, in onInterfaceAddressUpdated() function in android::net::TestUnsolService