Lines Matching defs:TetherController
30 #define LOG_TAG "TetherController"
34 #include "TetherController.h"
36 TetherController::TetherController() {
43 TetherController::~TetherController() {
54 int TetherController::setIpFwdEnabled(bool enable) {
80 bool TetherController::getIpFwdEnabled() {
99 int TetherController::startTethering(int num_addrs, struct in_addr* addrs) {
168 int TetherController::stopTethering() {
186 bool TetherController::isTetheringStarted() {
192 int TetherController::setDnsForwarders(char **servers, int numServers) {
233 NetAddressCollection *TetherController::getDnsForwarders() {
237 int TetherController::tetherInterface(const char *interface) {
242 int TetherController::untetherInterface(const char *interface) {
256 InterfaceCollection *TetherController::getTetheredInterfaceList() {