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

  /system/netd/
TetherController.h 48 int tetherInterface(const char *interface);
TetherController.cpp 272 int TetherController::tetherInterface(const char *interface) {
273 ALOGD("tetherInterface(%s)", interface);
CommandListener.cpp 597 rc = sTetherCtrl->tetherInterface(argv[3]);
    [all...]
  /frameworks/base/core/java/android/os/
INetworkManagementService.aidl 157 void tetherInterface(String iface);
  /frameworks/base/services/java/com/android/server/
NetworkManagementService.java 843 public void tetherInterface(String iface) {
    [all...]
  /frameworks/base/services/java/com/android/server/connectivity/
Tethering.java     [all...]

Completed in 216 milliseconds