#include <stddef.h>
#include <deque>
#include <memory>
#include <optional>
#include <string>
#include "adb_unique_fd.h"
#include "fdevent/fdevent.h"
#include "types.h"
Go to the source code of this file.
◆ close_all_sockets()
◆ connect_to_remote()
void connect_to_remote |
( |
asocket * |
s, |
|
|
std::string_view |
destination |
|
) |
| |
◆ create_local_service_socket()
asocket * create_local_service_socket |
( |
std::string_view |
destination, |
|
|
atransport * |
transport |
|
) |
| |
◆ create_local_socket()
◆ create_remote_socket()
◆ find_local_socket()
asocket * find_local_socket |
( |
unsigned |
local_id, |
|
|
unsigned |
remote_id |
|
) |
| |
◆ install_local_socket()
void install_local_socket |
( |
asocket * |
s | ) |
|
◆ local_socket_ack()
void local_socket_ack |
( |
asocket * |
s, |
|
|
std::optional< int32_t > |
acked_bytes |
|
) |
| |
◆ remove_socket()