Home
last modified time | relevance | path

Searched defs:GetMacAddress (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/ms-tpm-20-ref/Samples/TPMCmd-DeviceID/Platform/src/
H A DEPS.c72 static int GetMacAddress() in GetMacAddress() function
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/facade/
Dcontroller_facade.cc47 ::grpc::Status GetMacAddress(::grpc::ServerContext* /* context */, in GetMacAddress() function in bluetooth::hci::facade::ControllerFacadeService
/aosp_15_r20/device/google/cuttlefish/host/commands/metrics/
Dutils.cc69 std::string GetMacAddress() { in GetMacAddress() function
/aosp_15_r20/system/connectivity/wificond/
Dclient_interface_impl.cpp244 const std::array<uint8_t, ETH_ALEN>& ClientInterfaceImpl::GetMacAddress() { in GetMacAddress() function in android::wificond::ClientInterfaceImpl
/aosp_15_r20/external/openthread/src/core/thread/
H A Dindirect_sender.cpp48 const Mac::Address &IndirectSender::ChildInfo::GetMacAddress(Mac::Address &aMacAddress) const in GetMacAddress() function in ot::IndirectSender::ChildInfo
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/facade/hci/
Dcontroller_facade.proto9 rpc GetMacAddress(google.protobuf.Empty) returns (blueberry.facade.BluetoothAddress) {} rpc
/aosp_15_r20/hardware/interfaces/wifi/supplicant/1.0/vts/functional/
H A Dsupplicant_sta_iface_hidl_test.cpp337 TEST_P(SupplicantStaIfaceHidlTest, GetMacAddress) { in TEST_P() argument
/aosp_15_r20/hardware/interfaces/wifi/supplicant/aidl/vts/functional/
H A Dsupplicant_sta_iface_aidl_test.cpp405 TEST_P(SupplicantStaIfaceAidlTest, GetMacAddress) { in TEST_P() argument
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dcontroller.cc1399 Address Controller::GetMacAddress() const { return impl_->mac_address_; } in GetMacAddress() function in bluetooth::hci::Controller