Home
last modified time | relevance | path

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

/packages/modules/adb/client/openscreen/platform/
Dudp_socket.cpp160 explicit AdbUdpSocket(UdpSocket::Client* client, const IPEndpoint& local_endpoint, unique_fd fd) in AdbUdpSocket() argument
161 : client_(client), local_endpoint_(local_endpoint), fd_(std::move(fd)) { in AdbUdpSocket()
638 const IPEndpoint& local_endpoint) { in Create() argument
643 ip_addr_ss << local_endpoint.address; in Create()
646 switch (local_endpoint.address.version()) { in Create()
669 LOG(INFO) << "UDP socket created for " << local_endpoint; in Create()
670 std::unique_ptr<UdpSocket> udp_socket(new AdbUdpSocket(client, local_endpoint, std::move(fd))); in Create()