Home
last modified time | relevance | path

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

/system/connectivity/shill/
Ddevice.cc167 transmit_byte_offset_(0), in Device()
229 interface_index_, &receive_byte_offset_, &transmit_byte_offset_); in Device()
483 transmit_byte_offset_ = tx_byte_count - profile_byte_count; in Load()
1243 interface_index_, &receive_byte_offset_, &transmit_byte_offset_); in ResetByteCounters()
1769 return tx_byte_count - transmit_byte_offset_; in GetTransmitByteCount()
Ddevice.h869 uint64_t transmit_byte_offset_; variable