Searched refs:enableTethering (Results 1 - 4 of 4) sorted by relevance

/system/netd/server/
H A DNetdHwService.cpp157 int ret = enable ? RouteController::enableTethering(inputIfName.c_str(), outputIfName.c_str()) :
H A DRouteController.h97 static int enableTethering(const char* inputInterface,
H A DRouteController.cpp1072 int RouteController::enableTethering(const char* inputInterface, const char* outputInterface) { function in class:android::net::RouteController
H A DCommandListener.cpp390 ret = RouteController::enableTethering(argv[2], argv[3]);

Completed in 431 milliseconds