Home
last modified time | relevance | path

Searched defs:sockfd (Results 1 – 15 of 15) sorted by relevance

/system/core/debuggerd/tombstoned/
Dintercept_manager.cpp38 static void intercept_close_cb(evutil_socket_t sockfd, short event, void* arg) { in intercept_close_cb()
84 static void intercept_request_cb(evutil_socket_t sockfd, short ev, void* arg) { in intercept_request_cb()
176 static void intercept_accept_cb(evconnlistener* listener, evutil_socket_t sockfd, sockaddr*, int, in intercept_accept_cb()
Dtombstoned_client.cpp37 unique_fd sockfd( in tombstoned_connect() local
Dtombstoned.cpp256 static void crash_accept_cb(evconnlistener* listener, evutil_socket_t sockfd, sockaddr*, int, in crash_accept_cb()
270 static void crash_request_cb(evutil_socket_t sockfd, short ev, void* arg) { in crash_request_cb()
337 static void crash_completed_cb(evutil_socket_t sockfd, short ev, void* arg) { in crash_completed_cb()
Dintercept_manager.h39 android::base::unique_fd sockfd; member
/system/core/libqtaguid/
Dqtaguid.c80 int legacy_tagSocket(int sockfd, int tag, uid_t uid) { in legacy_tagSocket()
100 int legacy_untagSocket(int sockfd) { in legacy_untagSocket()
/system/core/libcutils/
Dqtaguid.cpp94 int qtaguid_tagSocket(int sockfd, int tag, uid_t uid) { in qtaguid_tagSocket()
107 int qtaguid_untagSocket(int sockfd) { in qtaguid_untagSocket()
/system/libbase/
Dcmsg.cpp32 ssize_t SendFileDescriptorVector(borrowed_fd sockfd, const void* data, size_t len, in SendFileDescriptorVector()
74 ssize_t ReceiveFileDescriptorVector(borrowed_fd sockfd, void* data, size_t len, size_t max_fds, in ReceiveFileDescriptorVector()
Dabi_compatibility.cpp33 ssize_t SendFileDescriptorVector(int sockfd, const void* data, size_t len, in SendFileDescriptorVector()
38 ssize_t ReceiveFileDescriptorVector(int sockfd, void* data, size_t len, size_t max_fds, in ReceiveFileDescriptorVector()
/system/bt/gd/shim/
Ddumpsys_test.cc86 int GetSocketBufferSize(int sockfd) { in GetSocketBufferSize()
93 void SetSocketBufferSize(int sockfd, int socket_buffer_size) { in SetSocketBufferSize()
/system/connectivity/wifilogd/
Draw_os.cpp46 ssize_t RawOs::Recv(int sockfd, void* buf, size_t buflen, int flags) { in Recv()
/system/core/debuggerd/client/
Ddebuggerd_client.cpp129 unique_fd sockfd; in debuggerd_trigger_dump() local
132 auto set_timeout = [timeout_ms, &time_left](int sockfd) { in debuggerd_trigger_dump()
/system/netd/client/
DNetdClient.cpp126 int netdClientAccept4(int sockfd, sockaddr* addr, socklen_t* addrlen, int flags) { in netdClientAccept4()
149 int netdClientConnect(int sockfd, const sockaddr* addr, socklen_t addrlen) { in netdClientConnect()
204 int netdClientSendmmsg(int sockfd, const mmsghdr* msgs, unsigned int msgcount, int flags) { in netdClientSendmmsg()
219 ssize_t netdClientSendmsg(int sockfd, const msghdr* msg, unsigned int flags) { in netdClientSendmsg()
234 int netdClientSendto(int sockfd, const void* buf, size_t bufsize, int flags, const sockaddr* addr, in netdClientSendto()
/system/libbase/include/android-base/
Dunique_fd.h224 int sockfd[2]; in Socketpair() local
/system/bt/service/ipc/
Dlinux_ipc_host.cc75 LinuxIPCHost::LinuxIPCHost(int sockfd, Adapter* adapter) in LinuxIPCHost()
/system/core/debuggerd/
Ddebuggerd_test.cpp1253 unique_fd sockfd(socket_local_client(kTombstonedCrashSocketName, in TEST() local