Home
last modified time | relevance | path

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

/device/generic/goldfish/network/wifi_forwarder/
Dremote_connection.h46 bool sendFrame(std::unique_ptr<Frame> frame);
Dwifi_forwarder.cpp256 mRemoteConnection.sendFrame(std::move(frame)); in forwardFrame()
Dremote_connection.cpp250 bool RemoteConnection::sendFrame(std::unique_ptr<Frame> frame) { in sendFrame() function in RemoteConnection