Home
last modified time | relevance | path

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

/system/core/toolbox/
Diftop.c64 unsigned int tx_bytes; member
161 &ifs->rx_errors, &ifs->rx_dropped, &ifs->tx_bytes, in get_interfaces()
208 new->tx_bytes - old->tx_bytes, in print_interfaces()
/system/bt/btif/src/
Dbtif_uid.c85 node->data.tx_bytes += bytes; in uid_set_add_tx()
123 node->data.tx_bytes = 0; in uid_set_read_and_clear()
/system/connectivity/shill/
Ddevice_info.h117 uint64_t* rx_bytes, uint64_t* tx_bytes) const;
178 tx_bytes(0), in Info()
192 uint64_t tx_bytes; member
Dmock_device_info.h59 uint64_t* tx_bytes));
Ddevice_info.cc957 uint64_t* tx_bytes) const { in GetByteCounts()
963 *tx_bytes = info->tx_bytes; in GetByteCounts()
1203 << "transmit: " << stats.tx_bytes << "."; in RetrieveLinkStatistics()
1205 infos_[interface_index].tx_bytes = stats.tx_bytes; in RetrieveLinkStatistics()
Ddevice_info_unittest.cc438 uint64_t rx_bytes, tx_bytes; in TEST_F() local
440 kTestDeviceIndex, &rx_bytes, &tx_bytes)); in TEST_F()
446 kTestDeviceIndex, &rx_bytes, &tx_bytes)); in TEST_F()
448 EXPECT_EQ(0, tx_bytes); in TEST_F()
455 stats.tx_bytes = kTransmitByteCount; in TEST_F()
461 kTestDeviceIndex, &rx_bytes, &tx_bytes)); in TEST_F()
463 EXPECT_EQ(0, tx_bytes); in TEST_F()
472 kTestDeviceIndex, &rx_bytes, &tx_bytes)); in TEST_F()
474 EXPECT_EQ(kTransmitByteCount, tx_bytes); in TEST_F()
/system/bt/osi/src/protos/
Dbluetooth.proto91 optional int32 tx_bytes = 2; field