Home
last modified time | relevance | path

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

/aosp12/system/netd/server/
H A DNetdNativeService.cpp481 void tetherAddStatsByInterface(TetherController::TetherStats* tetherStatsParcel, in tetherAddStatsByInterface() argument
483 if (tetherStatsParcel->extIface == tetherStats.extIface) { in tetherAddStatsByInterface()
484 tetherStatsParcel->rxBytes += tetherStats.rxBytes; in tetherAddStatsByInterface()
485 tetherStatsParcel->rxPackets += tetherStats.rxPackets; in tetherAddStatsByInterface()
486 tetherStatsParcel->txBytes += tetherStats.txBytes; in tetherAddStatsByInterface()
487 tetherStatsParcel->txPackets += tetherStats.txPackets; in tetherAddStatsByInterface()