Searched refs:TetherController (Results 1 - 5 of 5) sorted by relevance

/system/netd/
H A DTetherController.h27 class TetherController { class
35 TetherController();
36 virtual ~TetherController();
H A DTetherController.cpp30 #define LOG_TAG "TetherController"
34 #include "TetherController.h"
36 TetherController::TetherController() { function in class:TetherController
44 TetherController::~TetherController() {
55 int TetherController::setIpFwdEnabled(bool enable) {
81 bool TetherController::getIpFwdEnabled() {
100 int TetherController::startTethering(int num_addrs, struct in_addr* addrs) {
173 int TetherController
[all...]
H A DAndroid.mk22 TetherController.cpp \
H A DCommandListener.h23 #include "TetherController.h"
35 static TetherController *sTetherCtrl;
H A DCommandListener.cpp46 TetherController *CommandListener::sTetherCtrl = NULL;
143 sTetherCtrl = new TetherController();

Completed in 64 milliseconds