Searched refs:srcL2Address (Results 1 – 11 of 11) sorted by relevance
25 byte[] srcL2Address;
41 byte[] srcL2Address;
38 byte[] srcL2Address;
1277 parcel.srcL2Address = srcMac.toByteArray(); in toTetherOffloadRuleParcel()
766 && Arrays.equals(srcMac.toByteArray(), parcel.srcL2Address) in matches()
3565 const std::vector<uint8_t>& srcL2Address, in makeTetherOffloadRule() argument3572 parcel.srcL2Address = srcL2Address; in makeTetherOffloadRule()
830 && Arrays.equals(TEST_IFACE_PARAMS.macAddr.toByteArray(), parcel.srcL2Address) in matches()