Searched refs:Socket (Results 1 – 10 of 10) sorted by relevance
/hardware/interfaces/automotive/can/1.0/default/libnl++/ |
D | Socket.cpp | 30 Socket::Socket(int protocol, unsigned pid, uint32_t groups) : mProtocol(protocol) { in Socket() function in android::nl::Socket 50 void Socket::clearPollErr() { in clearPollErr() 61 bool Socket::send(const Buffer<nlmsghdr>& msg, const sockaddr_nl& sa) { in send() 82 bool Socket::send(const Buffer<nlmsghdr>& msg, uint32_t destination) { in send() 87 bool Socket::increaseReceiveBuffer(size_t maxSize) { in increaseReceiveBuffer() 97 std::optional<Buffer<nlmsghdr>> Socket::receive(size_t maxSize) { in receive() 101 std::pair<std::optional<Buffer<nlmsghdr>>, sockaddr_nl> Socket::receiveFrom(size_t maxSize) { in receiveFrom() 134 bool Socket::receiveAck(uint32_t seq) { in receiveAck() 150 std::optional<Buffer<nlmsghdr>> Socket::receive(const std::set<nlmsgtype_t>& msgtypes, in receive() 167 std::optional<unsigned> Socket::getPid() { in getPid() [all …]
|
D | Android.bp | 52 "Socket.cpp",
|
/hardware/interfaces/automotive/can/1.0/default/libnl++/include/libnl++/ |
D | Socket.h | 40 class Socket { 55 Socket(int protocol, unsigned pid = 0, uint32_t groups = 0); 236 receive_iterator(Socket& socket, bool end); 243 Socket& mSocket; 263 DISALLOW_COPY_AND_ASSIGN(Socket);
|
/hardware/interfaces/wifi/netlinkinterceptor/aidl/default/ |
D | InterceptorRelay.h | 74 std::optional<nl::Socket> mNlSocket;
|
D | InterceptorRelay.cpp | 36 mNlSocket(std::make_optional<nl::Socket>(nlFamily, 0, 0)), in InterceptorRelay()
|
/hardware/interfaces/automotive/can/1.0/default/libnetdevice/ |
D | vlan.cpp | 51 nl::Socket sock(NETLINK_ROUTE); in add()
|
D | libnetdevice.cpp | 68 nl::Socket sock(NETLINK_ROUTE); in add() 76 nl::Socket sock(NETLINK_ROUTE); in del() 170 nl::Socket sock(NETLINK_ROUTE, 0, RTMGRP_LINK | RTMGRP_IPV4_IFADDR); in waitFor()
|
D | can.cpp | 92 nl::Socket sock(NETLINK_ROUTE); in setBitrate()
|
/hardware/interfaces/wifi/netlinkinterceptor/vts/functional/ |
D | interceptor_aidl_test.cpp | 49 mSocket = std::make_unique<android::nl::Socket>(NETLINK_ROUTE); in SetUp() 62 std::unique_ptr<android::nl::Socket> mSocket;
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/ |
D | README.rst | 76 Direct Socket Control
|