/system/core/debuggerd/tombstoned/ |
D | intercept_manager.cpp | 38 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()
|
D | tombstoned_client.cpp | 37 unique_fd sockfd( in tombstoned_connect() local
|
D | tombstoned.cpp | 256 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()
|
D | intercept_manager.h | 39 android::base::unique_fd sockfd; member
|
/system/core/libqtaguid/ |
D | qtaguid.c | 80 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/ |
D | qtaguid.cpp | 94 int qtaguid_tagSocket(int sockfd, int tag, uid_t uid) { in qtaguid_tagSocket() 107 int qtaguid_untagSocket(int sockfd) { in qtaguid_untagSocket()
|
/system/libbase/ |
D | cmsg.cpp | 32 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()
|
D | abi_compatibility.cpp | 33 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/ |
D | dumpsys_test.cc | 86 int GetSocketBufferSize(int sockfd) { in GetSocketBufferSize() 93 void SetSocketBufferSize(int sockfd, int socket_buffer_size) { in SetSocketBufferSize()
|
/system/connectivity/wifilogd/ |
D | raw_os.cpp | 46 ssize_t RawOs::Recv(int sockfd, void* buf, size_t buflen, int flags) { in Recv()
|
/system/core/debuggerd/client/ |
D | debuggerd_client.cpp | 129 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/ |
D | NetdClient.cpp | 126 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/ |
D | unique_fd.h | 224 int sockfd[2]; in Socketpair() local
|
/system/bt/service/ipc/ |
D | linux_ipc_host.cc | 75 LinuxIPCHost::LinuxIPCHost(int sockfd, Adapter* adapter) in LinuxIPCHost()
|
/system/core/debuggerd/ |
D | debuggerd_test.cpp | 1253 unique_fd sockfd(socket_local_client(kTombstonedCrashSocketName, in TEST() local
|