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 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...]

Completed in 49 milliseconds