HomeSort by relevance Sort by last modified time
    Searched refs:notifyInterfaceLinkChanged (Results 1 - 2 of 2) sorted by null

  /system/netd/
NetlinkHandler.h 39 void notifyInterfaceLinkChanged(const char *name, bool isUp);
NetlinkHandler.cpp 67 notifyInterfaceLinkChanged(iface, true);
69 notifyInterfaceLinkChanged(iface, false);
129 void NetlinkHandler::notifyInterfaceLinkChanged(const char *name, bool isUp) {

Completed in 26 milliseconds