Searched refs:disableTethering (Results 1 – 3 of 3) sorted by relevance
87 static int disableTethering(const char* inputInterface,
1042 int RouteController::disableTethering(const char* inputInterface, const char* outputInterface) { in disableTethering() function in android::net::RouteController
405 ret = RouteController::disableTethering(argv[2], argv[3]); in runCommand()