/aosp_15_r20/external/autotest/server/site_tests/servo_LabstationVerification/ |
H A D | labstation_to_dut_map.json | 9 "mac_address": "F4:F5:E8:50:DD:01", string 18 "mac_address": "08:9E:08:E4:A0:5C", string 27 "mac_address": "F4:F5:E8:50:E7:85", string 36 "mac_address": "08:9E:08:E4:A0:1C", string 45 "mac_address": "F4:F5:E8:50:DD:E7", string 56 "mac_address": "F4:F5:E8:50:D1:D5", string 65 "mac_address": "08:9E:08:E4:A0:59", string 74 "mac_address": "F4:F5:E8:50:E2:FF", string 83 "mac_address": "F4:F5:E8:50:E1:2A", string
|
/aosp_15_r20/external/wmediumd/wmediumd_server/ |
H A D | wmediumd.proto | 37 string mac_address = 1; field 56 string mac_address = 1; field 61 string mac_address = 1; field 66 string mac_address = 1; field 78 string mac_address = 1; field
|
H A D | wmediumd_server.cc | 69 bool IsValidMacAddr(const std::string& mac_address) { in IsValidMacAddr() 93 static std::array<uint8_t, 6> ParseMacAddress(const std::string& mac_address) { in ParseMacAddress() 104 std::string MacToString(const char* mac_address) { in MacToString()
|
/aosp_15_r20/packages/modules/Bluetooth/system/common/ |
D | metric_id_allocator.cc | 113 int MetricIdAllocator::AllocateId(const RawAddress& mac_address) { in AllocateId() 146 bool MetricIdAllocator::SaveDevice(const RawAddress& mac_address) { in SaveDevice() 175 void MetricIdAllocator::ForgetDevice(const RawAddress& mac_address) { in ForgetDevice() 194 void MetricIdAllocator::ForgetDevicePostprocess(const RawAddress& mac_address, const int id) { in ForgetDevicePostprocess()
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/common/ |
D | metric_id_manager.cc | 117 int MetricIdManager::AllocateId(const Address& mac_address) { in AllocateId() 151 bool MetricIdManager::SaveDevice(const Address& mac_address) { in SaveDevice() 178 void MetricIdManager::ForgetDevice(const Address& mac_address) { in ForgetDevice() 190 void MetricIdManager::ForgetDevicePostprocess(const Address& mac_address, const int id) { in ForgetDevicePostprocess()
|
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/ |
D | bluetooth_handsfree_abstract_device.py | 65 def mac_address(self): member in BluetoothHandsfreeAbstractDevice 117 def mac_address(self): member in PixelBudsBluetoothHandsfreeAbstractDevice 170 def mac_address(self): member in EarstudioReceiverBluetoothHandsfreeAbstractDevice 216 def mac_address(self): member in JaybirdX3EarbudsBluetoothHandsfreeAbstractDevice 262 def mac_address(self): member in AndroidHeadsetBluetoothHandsfreeAbstractDevice
|
/aosp_15_r20/hardware/interfaces/wifi/aidl/default/tests/ |
H A D | wifi_iface_util_unit_tests.cpp | 34 bool isValidUnicastLocallyAssignedMacAddress(const std::array<uint8_t, 6>& mac_address) { in isValidUnicastLocallyAssignedMacAddress() 57 auto mac_address = iface_util_->getOrCreateRandomMacAddress(); in TEST_F() local 66 std::array<uint8_t, 6> mac_address = {}; in TEST_F() local
|
/aosp_15_r20/external/googleapis/google/cloud/edgenetwork/v1/ |
H A D | resources.proto | 390 string mac_address = 1; field 403 string mac_address = 2; field 516 string mac_address = 1; field
|
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/aidl/vendor/ |
H A D | sta_iface.cpp | 1070 const std::vector<uint8_t> &mac_address) in initiateTdlsDiscoverInternal() 1090 const std::vector<uint8_t> &mac_address) in initiateTdlsSetupInternal() 1112 const std::vector<uint8_t> &mac_address) in initiateTdlsTeardownInternal() 1134 const std::vector<uint8_t> &mac_address, in initiateAnqpQueryInternal() 1172 const std::vector<uint8_t> &mac_address) in initiateVenueUrlAnqpQueryInternal() 1192 const std::vector<uint8_t> &mac_address, const std::string &file_name) in initiateHs20IconQueryInternal() 1717 const std::vector<uint8_t> &mac_address, in generateDppBootstrapInfoForResponderInternal()
|
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/test_actions/ |
D | bt_utils.py | 165 def android_device_in_paired_state(self, device, mac_address): argument 174 def android_device_in_connected_state(self, device, mac_address): argument
|
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/ |
D | bt_gatt_utils.py | 41 mac_address, argument 102 mac_address=None, argument
|
/aosp_15_r20/external/openthread/tests/scripts/thread-cert/ |
H A D | common.py | 120 def __init__(self, mac_address, _type, big_endian=True): argument 137 def mac_address(self): member in MacAddress
|
H A D | network_layer.py | 89 def __init__(self, mac_address): argument 93 def mac_address(self): member in MacExtendedAddress
|
/aosp_15_r20/external/rust/pica/src/ |
D | lib.rs | 35 mod mac_address; module 156 mac_address: MacAddress, field 357 let mac_address = MacAddress::Short((handle as u16).to_be_bytes()); in add_device() localVariable
|
D | mac_address.rs | 79 let mac_address = mac_address.replace(':', "").replace("%3A", ""); in try_from() localVariable 97 let mac_address: Vec<_> = addr.iter().map(|byte| format!("{:02X}:", byte)).collect(); in from() localVariable
|
/aosp_15_r20/external/uwb/src/rust/uwb_uci_packets/src/ |
H A D | lib.rs | 171 pub mac_address: u16, field 182 let mac_address = extract_u16(bytes, &mut ptr, 2)?; in parse() localVariable 201 pub mac_address: u64, field 212 let mac_address = extract_u64(bytes, &mut ptr, 8)?; in parse() localVariable 1398 let mac_address = &measurements[0].mac_address; in test_extended_dltdoa_ranging_measurement() localVariable
|
/aosp_15_r20/external/crosvm/net_util/src/ |
H A D | lib.rs | 187 fn mac_address(&self) -> Result<MacAddress>; in mac_address() method 218 let mac_address = MacAddress { in json_serialize_deserialize() localVariable
|
/aosp_15_r20/external/rust/pica/src/bin/http-server/ |
D | main.rs | 73 mac_address: MacAddress, field 402 macro_rules! mac_address { macro
|
/aosp_15_r20/system/connectivity/wificond/ |
D | logging_utils.cpp | 31 string LoggingUtils::GetMacString(const array<uint8_t, ETH_ALEN>& mac_address) { in GetMacString()
|
/aosp_15_r20/packages/modules/Uwb/service/uci/jni/src/ |
D | notification_manager_android.rs | 72 mac_address: MacAddress, field 89 mac_address: MacAddress, field 175 mac_address: MacAddress, field
|
/aosp_15_r20/external/cronet/net/base/ |
H A D | network_interfaces.cc | 33 std::optional<Eui48MacAddress> mac_address) in NetworkInterface()
|
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/fugu/ |
D | relay.json | 13 "mac_address" : "AC:9E:17:53:AC:3A", string
|
/aosp_15_r20/tools/netsim/rust/packets/src/ |
H A D | ieee80211.rs | 448 let mac_address: MacAddress = parse_mac_address("00:0b:85:71:20:ce").unwrap(); in test_mac_address_len() localVariable 454 let mac_address: MacAddress = parse_mac_address("00:0b:85:71:20:ce").unwrap(); in test_mac_address_to_vec() localVariable
|
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/bt/power/ |
D | SetupBTPairingTest.py | 34 def select_device_by_mac_address(self, mac_address): argument
|
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/grpc/proto/ |
D | blueberry_device_controller.proto | 17 string mac_address = 1; // Mac Address of target device. field
|