Home
last modified time | relevance | path

Searched defs:onInterfaceAddressRemoved (Results 1 – 4 of 4) sorted by relevance

/system/netd/server/binder/android/net/
DINetdUnsolicitedEventListener.aidl87 void onInterfaceAddressRemoved( in onInterfaceAddressRemoved() method
/system/netd/server/aidl/netd/1/android/net/
DINetdUnsolicitedEventListener.aidl7 …oneway void onInterfaceAddressRemoved(@utf8InCpp String addr, @utf8InCpp String ifName, int flags,… in onInterfaceAddressRemoved() method
/system/netd/server/aidl/netd/2/android/net/
DINetdUnsolicitedEventListener.aidl24 …oneway void onInterfaceAddressRemoved(@utf8InCpp String addr, @utf8InCpp String ifName, int flags,… in onInterfaceAddressRemoved() method
/system/netd/tests/
DTestUnsolService.cpp109 binder::Status TestUnsolService::onInterfaceAddressRemoved(const std::string& addr, in onInterfaceAddressRemoved() function in android::net::TestUnsolService