Home
last modified time | relevance | path

Searched defs:mac_address (Results 1 – 25 of 98) sorted by relevance

1234

/aosp_15_r20/external/autotest/server/site_tests/servo_LabstationVerification/
H A Dlabstation_to_dut_map.json9 "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 Dwmediumd.proto37 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 Dwmediumd_server.cc69 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/
Dmetric_id_allocator.cc113 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/
Dmetric_id_manager.cc117 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/
Dbluetooth_handsfree_abstract_device.py65 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 Dwifi_iface_util_unit_tests.cpp34 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 Dresources.proto390 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 Dsta_iface.cpp1070 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/
Dbt_utils.py165 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/
Dbt_gatt_utils.py41 mac_address, argument
102 mac_address=None, argument
/aosp_15_r20/external/openthread/tests/scripts/thread-cert/
H A Dcommon.py120 def __init__(self, mac_address, _type, big_endian=True): argument
137 def mac_address(self): member in MacAddress
H A Dnetwork_layer.py89 def __init__(self, mac_address): argument
93 def mac_address(self): member in MacExtendedAddress
/aosp_15_r20/external/rust/pica/src/
Dlib.rs35 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
Dmac_address.rs79 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 Dlib.rs171 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 Dlib.rs187 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/
Dmain.rs73 mac_address: MacAddress, field
402 macro_rules! mac_address { macro
/aosp_15_r20/system/connectivity/wificond/
Dlogging_utils.cpp31 string LoggingUtils::GetMacString(const array<uint8_t, ETH_ALEN>& mac_address) { in GetMacString()
/aosp_15_r20/packages/modules/Uwb/service/uci/jni/src/
Dnotification_manager_android.rs72 mac_address: MacAddress, field
89 mac_address: MacAddress, field
175 mac_address: MacAddress, field
/aosp_15_r20/external/cronet/net/base/
H A Dnetwork_interfaces.cc33 std::optional<Eui48MacAddress> mac_address) in NetworkInterface()
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/fugu/
Drelay.json13 "mac_address" : "AC:9E:17:53:AC:3A", string
/aosp_15_r20/tools/netsim/rust/packets/src/
H A Dieee80211.rs448 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/
DSetupBTPairingTest.py34 def select_device_by_mac_address(self, mac_address): argument
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/grpc/proto/
Dblueberry_device_controller.proto17 string mac_address = 1; // Mac Address of target device. field

1234