Searched defs:tetherStats (Results 1 - 1 of 1) sorted by relevance

/system/netd/
H A DCommandListener.cpp1177 BandwidthController::TetherStats tetherStats; local
1184 tetherStats.ifaceIn = argv[2];
1185 tetherStats.ifaceOut = argv[3];
1186 int rc = sBandwidthCtrl->getTetherStats(tetherStats, extraProcessingInfo);
1193 char *msg = tetherStats.getStatsLine();

Completed in 27 milliseconds