Home
last modified time | relevance | path

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

/system/netd/server/
DNetdNativeService.cpp420 void tetherAddStatsByInterface(TetherController::TetherStats* tetherStatsParcel, in tetherAddStatsByInterface() argument
422 if (tetherStatsParcel->extIface == tetherStats.extIface) { in tetherAddStatsByInterface()
423 tetherStatsParcel->rxBytes += tetherStats.rxBytes; in tetherAddStatsByInterface()
424 tetherStatsParcel->rxPackets += tetherStats.rxPackets; in tetherAddStatsByInterface()
425 tetherStatsParcel->txBytes += tetherStats.txBytes; in tetherAddStatsByInterface()
426 tetherStatsParcel->txPackets += tetherStats.txPackets; in tetherAddStatsByInterface()