Searched refs:kHardwareAddressLength (Results 1 - 2 of 2) sorted by last modified time

/system/connectivity/shill/
H A Ddevice.cc137 const size_t Device::kHardwareAddressLength = 6U; member in class:shill::Device
1961 if (address_bytes.size() != kHardwareAddressLength) {
1970 CHECK_EQ(kHardwareAddressLength, address_bytes.size());
H A Ddevice.h708 static const size_t kHardwareAddressLength; member in class:shill::Device

Completed in 9 milliseconds