Home
last modified time | relevance | path

Searched refs:tetherStats (Results 1 – 1 of 1) sorted by relevance

/system/netd/server/
DCommandListener.cpp1148 BandwidthController::TetherStats tetherStats; in runCommand() local
1154 tetherStats.intIface = argc > 2 ? argv[2] : ""; in runCommand()
1155 tetherStats.extIface = argc > 3 ? argv[3] : ""; in runCommand()
1161 int rc = gCtls->bandwidthCtrl.getTetherStats(cli, tetherStats, extraProcessingInfo); in runCommand()