Searched refs:TetherController (Results 1 – 4 of 4) sorted by relevance
93 TetherController::TetherController() { in TetherController() function in android::net::TetherController104 TetherController::~TetherController() { in ~TetherController()110 bool TetherController::setIpFwdEnabled() { in setIpFwdEnabled()119 bool TetherController::enableForwarding(const char* requester) { in enableForwarding()127 bool TetherController::disableForwarding(const char* requester) { in disableForwarding()132 size_t TetherController::forwardingRequestCount() { in forwardingRequestCount()138 int TetherController::startTethering(int num_addrs, char **dhcp_ranges) { in startTethering()221 int TetherController::stopTethering() { in stopTethering()239 bool TetherController::isTetheringStarted() { in isTetheringStarted()245 int TetherController::setDnsForwarders(unsigned netId, char **servers, int numServers) { in setDnsForwarders()[all …]
29 class TetherController {41 TetherController();42 virtual ~TetherController();
45 TetherController tetherCtrl;
111 TetherController.cpp \