Home
last modified time | relevance | path

Searched defs:socket (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/
Dos_socket.c56 os_socket_recv(int socket, void *buffer, size_t length, int flags) in os_socket_recv()
62 os_socket_send(int socket, const void *buffer, size_t length, int flags) in os_socket_send()
104 os_socket_recv(int socket, void *buffer, size_t length, int flags) in os_socket_recv()
111 os_socket_send(int socket, const void *buffer, size_t length, int flags) in os_socket_send()
/hardware/google/aemu/base/include/aemu/base/sockets/
DScopedSocket.h27 constexpr ScopedSocket(int socket) : mSocket(socket) {} in ScopedSocket()
52 void reset(int socket) { in reset()
/hardware/interfaces/automotive/can/1.0/default/libnetdevice/
Dcan.cpp36 base::unique_fd socket(const std::string& ifname) { in socket() function
/hardware/ril/libril/
DRilSapSocket.h105 RilSapSocket* socket; member
DRilSapSocket.cpp148 RilSapSocket* socket = NULL; in addSocketToList() local
/hardware/interfaces/automotive/can/1.0/default/
DCanSocket.cpp49 CanSocket::CanSocket(base::unique_fd socket, ReadCallback rdcb, ErrorCallback errcb) in CanSocket()
/hardware/interfaces/automotive/can/1.0/default/libnl++/
DSocket.cpp204 Socket::receive_iterator::receive_iterator(Socket& socket, bool end) in receive_iterator()
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp720 int socket = os_socket_accept(instance_data->params.control); in control_client_check() local