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) {
172 int TetherController::stopTethering() {
190 bool TetherController::isTetheringStarted() {
196 int TetherController::setDnsForwarders(char **servers, int numServers) {
237 NetAddressCollection *TetherController::getDnsForwarders() {
241 int TetherController::applyDnsInterfaces() {
272 int TetherController::tetherInterface(const char *interface) {
291 int TetherController::untetherInterface(const char *interface) {
308 InterfaceCollection *TetherController::getTetheredInterfaceList() {