Home
last modified time | relevance | path

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

/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.cpp149 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()