Searched defs:socket (Results 1 – 8 of 8) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | os_socket.c | 56 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/ |
D | ScopedSocket.h | 27 constexpr ScopedSocket(int socket) : mSocket(socket) {} in ScopedSocket() 52 void reset(int socket) { in reset()
|
/hardware/interfaces/automotive/can/1.0/default/libnetdevice/ |
D | can.cpp | 36 base::unique_fd socket(const std::string& ifname) { in socket() function
|
/hardware/ril/libril/ |
D | RilSapSocket.h | 105 RilSapSocket* socket; member
|
D | RilSapSocket.cpp | 148 RilSapSocket* socket = NULL; in addSocketToList() local
|
/hardware/interfaces/automotive/can/1.0/default/ |
D | CanSocket.cpp | 49 CanSocket::CanSocket(base::unique_fd socket, ReadCallback rdcb, ErrorCallback errcb) in CanSocket()
|
/hardware/interfaces/automotive/can/1.0/default/libnl++/ |
D | Socket.cpp | 204 Socket::receive_iterator::receive_iterator(Socket& socket, bool end) in receive_iterator()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/ |
D | overlay.cpp | 720 int socket = os_socket_accept(instance_data->params.control); in control_client_check() local
|