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

/system/netd/
H A DTetherController.h27 class TetherController { class
34 TetherController();
35 virtual ~TetherController();
H A DTetherController.cpp30 #define LOG_TAG "TetherController"
34 #include "TetherController.h"
36 TetherController::TetherController() { function in class: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
[all...]

Completed in 63 milliseconds