Searched refs:notifyAddressUpdated (Results 1 – 2 of 2) sorted by relevance
50 void notifyAddressUpdated(const std::string& addr, const std::string& ifName, int flags,
162 notifyAddressUpdated(address, iface, std::stoi(flags), std::stoi(scope)); in onEvent()253 void NetlinkHandler::notifyAddressUpdated(const std::string& addr, const std::string& ifName, in notifyAddressUpdated() function in android::net::NetlinkHandler