Home
last modified time | relevance | path

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

/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.cpp185 Socket::receive_iterator::receive_iterator(Socket& socket, bool end) in receive_iterator()