HomeSort by relevance Sort by last modified time
    Searched refs:TetherController (Results 1 - 5 of 5) sorted by null

  /system/netd/
TetherController.h 27 class TetherController {
34 TetherController();
35 virtual ~TetherController();
TetherController.cpp 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()
    [all...]
Android.mk 23 TetherController.cpp \
CommandListener.h 23 #include "TetherController.h"
36 static TetherController *sTetherCtrl;
CommandListener.cpp 44 TetherController *CommandListener::sTetherCtrl = NULL;
143 sTetherCtrl = new TetherController();
    [all...]

Completed in 2804 milliseconds