Searched defs:TetherController (Results 1 - 2 of 2) sorted by path

/system/netd/
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 DTetherController.h27 class TetherController { class
35 TetherController();
36 virtual ~TetherController();

Completed in 115 milliseconds