Home
last modified time | relevance | path

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

/system/netd/
DBandwidthController.h81 int getTetherStats(TetherStats &stats, std::string &extraProcessingInfo);
DBandwidthController.cpp1038 int BandwidthController::getTetherStats(TetherStats &stats, std::string &extraProcessingInfo) { in getTetherStats() function in BandwidthController
DCommandListener.cpp1129 int rc = sBandwidthCtrl->getTetherStats(tetherStats, extraProcessingInfo); in runCommand()