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

  /system/netd/
TetherController.h 27 class TetherController {
34 TetherController();
35 virtual ~TetherController();
TetherController.cpp 29 #define LOG_TAG "TetherController"
33 #include "TetherController.h"
35 TetherController::TetherController() {
42 TetherController::~TetherController() {
53 int TetherController::setIpFwdEnabled(bool enable) {
71 bool TetherController::getIpFwdEnabled() {
90 int TetherController::startTethering(int num_addrs, struct in_addr* addrs) {
159 int TetherController::stopTethering()
    [all...]

Completed in 52 milliseconds