Searched refs:tx_bytes (Results 1 – 7 of 7) sorted by relevance
/system/core/toolbox/ |
D | iftop.c | 64 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/ |
D | btif_uid.c | 85 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/ |
D | device_info.h | 117 uint64_t* rx_bytes, uint64_t* tx_bytes) const; 178 tx_bytes(0), in Info() 192 uint64_t tx_bytes; member
|
D | mock_device_info.h | 59 uint64_t* tx_bytes));
|
D | device_info.cc | 957 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()
|
D | device_info_unittest.cc | 438 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/ |
D | bluetooth.proto | 91 optional int32 tx_bytes = 2; field
|