Home
last modified time | relevance | path

Searched refs:set_address (Results 1 – 12 of 12) sorted by relevance

/aosp12/frameworks/native/cmds/ip-up-vpn/
H A Dip-up-vpn.c41 static int set_address(struct sockaddr *sa, const char *address) { in set_address() function
103 if (!set_address(&ifr.ifr_addr, address) || in main()
111 if (set_address(&ifr.ifr_netmask, env("INTERNAL_NETMASK4"))) { in main()
/aosp12/system/bt/gd/hci/facade/
H A Dle_initiator_address_facade.cc80 bluetooth_address->set_address(current.GetAddress().ToString()); in GetCurrentInitiatorAddress()
92 bluetooth_address->set_address(another.GetAddress().ToString()); in GetAnotherAddress()
H A Dcontroller_facade.cc46 response->set_address(local_address.ToString()); in GetMacAddress()
/aosp12/system/bt/service/common/bluetooth/
H A Dremote_device_props.h35 void set_address(const std::string& address) { address_ = address; } in set_address() function
/aosp12/system/bt/gd/facade/
H A Dread_only_property_server.cc32 response->set_address(address); in ReadLocalAddress()
/aosp12/system/bt/gd/rust/hci/src/
H A Dcontroller_facade.rs45 address.set_address(clone.exports.address.bytes.to_vec()); in get_mac_address()
/aosp12/system/bt/gd/l2cap/classic/
H A Dfacade.cc147 msg.mutable_address()->set_address(remote.ToString()); in SecurityConnectionEventOccurred()
318 event.mutable_remote()->set_address(channel->GetDevice().GetAddress().ToString()); in on_connection_open()
342 event.mutable_remote()->set_address(channel_->GetDevice().GetAddress().ToString()); in on_close_callback()
/aosp12/system/core/debuggerd/libdebuggerd/
H A Dscudo.cpp103 heap_object->set_address(report->allocation_address); in FillInCause()
H A Dgwp_asan.cpp138 heap_object->set_address(__gwp_asan_get_allocation_address(responsible_allocation_)); in AddCauseProtos()
/aosp12/system/bt/gd/neighbor/facade/
H A Dfacade.cc200 response.set_address(address.ToString()); in on_remote_name()
/aosp12/system/bt/service/
H A Dadapter.cc626 props.set_address(address); in RemoteDevicePropertiesCallback()
/aosp12/system/bt/gd/security/
H A Dfacade.cc47 ret.mutable_address()->set_address(address.GetAddress().ToString()); in ToFacadeAddressWithType()