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

  /system/core/nexus/
Controller.h 55 const char *getBoundInterface() { return mBoundInterface; }
NetworkManager.cpp 110 LOGD("Controller %s interface %s connected", c->getName(), c->getBoundInterface());
120 c->getBoundInterface());
127 c->getBoundInterface());
133 c->getBoundInterface());
DhcpClient.cpp 62 c->getBoundInterface());
WifiController.cpp 733 strncpy(buffer, (mWc->getBoundInterface() ? mWc->getBoundInterface() : "none"), max);

Completed in 45 milliseconds