Searched refs:tetherStatsParcel (Results 1 – 1 of 1) sorted by relevance
481 void tetherAddStatsByInterface(TetherController::TetherStats* tetherStatsParcel, in tetherAddStatsByInterface() argument483 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()