Home
last modified time | relevance | path

Searched refs:RemoteConnection (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish/network/wifi_forwarder/
Dremote_connection.h30 class RemoteConnection {
36 RemoteConnection(OnFrameCallback onFrameCallback,
39 ~RemoteConnection();
50 RemoteConnection(const RemoteConnection&) = delete;
51 RemoteConnection& operator=(const RemoteConnection&) = delete;
Dremote_connection.cpp77 RemoteConnection::RemoteConnection(OnFrameCallback onFrameCallback, in RemoteConnection() function in RemoteConnection
86 RemoteConnection::~RemoteConnection() { in ~RemoteConnection()
93 Result RemoteConnection::init() { in init()
105 Pollable::Timestamp RemoteConnection::getTimeout() const { in getTimeout()
111 void RemoteConnection::receive() { in receive()
250 bool RemoteConnection::sendFrame(std::unique_ptr<Frame> frame) { in sendFrame()
312 bool RemoteConnection::ackFrame(FrameInfo& info, bool success) { in ackFrame()
Dwifi_forwarder.h57 RemoteConnection mRemoteConnection;